Table of Contents
BaseObjectCollectionWrapper<T,T>.CopyTo Method 

Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.

Syntax
 public void CopyTo(
   TWrapper[] array,
   int arrayIndex
);

Parameters

array
The target array.
arrayIndex
The index in the array at which to begin copying.
See Also