Method CopyTo
CopyTo(T[], Int32)
Copy the items of this collection to part of an array.
Declaration
public virtual void CopyTo(T[] array, int index)
Parameters
Type | Name | Description |
---|---|---|
T[] | array | The array to copy to. |
System.Int32 | index | The starting index. |