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