Method CopyTo
CopyTo(T[], int)
Copies to.
Declaration
public void CopyTo(T[] array, int arrayIndex)
Parameters
Type | Name | Description |
---|---|---|
T[] | array | The array. |
int | arrayIndex | Index of the array. |
Implements
Exceptions
Type | Condition |
---|---|
NotSupportedException |