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