An NDoc Documented Class Library

TieredVector.CopyTo Method 

Copy the vector's elements to an array.

public virtual void CopyTo(
   Array array,
   int idx
);

Parameters

array
The array to copy to.
idx
The index to start copying from.

Implements

ICollection.CopyTo

Exceptions

Exception TypeCondition
ArgumentException The array parameter was either multidimensional or did not have enough free elements to accomodate all of the tiered vector's ones.
ArgumentNullException An undefined value was specified for the array parameter.
ArgumentOutOfRangeException A negative value was specified for the idx parameter.

See Also

TieredVector Class | Ringlet.Collections Namespace