Method CopyTo
CopyTo(TKey[], Int32)
Copies the elements of the System.Collections.Generic.ICollection<> to an System.Array, starting at a particular System.Array index.
Declaration
public void CopyTo(TKey[] array, int arrayIndex)
Parameters
Type | Name | Description |
---|---|---|
TKey[] | array | |
System.Int32 | arrayIndex |