Method CopyTo
CopyTo(bool[])
Declaration
public void CopyTo(bool[] array)
Parameters
| Type | Name | Description |
|---|---|---|
| bool[] | array |
CopyTo(bool[], int)
Declaration
public void CopyTo(bool[] array, int arrayIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| bool[] | array | |
| int | arrayIndex |
Implements
CopyTo(int, bool[], int, int)
Declaration
public void CopyTo(int index, bool[] array, int arrayIndex, int count)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | |
| bool[] | array | |
| int | arrayIndex | |
| int | count |