Method CopyTo
CopyTo(T[], Int32)
Copies the elements of the EquatableSet<T> to an
Declaration
public virtual void CopyTo(T[] array, int arrayIndex)
Parameters
Type | Name | Description |
---|---|---|
T[] | array | The one-dimensional |
System.Int32 | arrayIndex | The zero-based index in array at which copying begins. |