Method CopyTo
CopyTo(T[])
Copies the items of the set to an array.
Declaration
public void CopyTo(T[] array)Parameters
| Type | Name | Description | 
|---|---|---|
| T[] | array | 
CopyTo(T[], int)
Copies the items of the set to an array starting at the specified index.
Declaration
public void CopyTo(T[] array, int arrayIndex)Parameters
| Type | Name | Description | 
|---|---|---|
| T[] | array | |
| int | arrayIndex | 
