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