You are here: Start » AVL.NET » SafeList<T>.CopyTo Method
SafeList<T>.CopyTo Method
Copies the SafeList<T> or a portion of it to an array. The copy is shallow, i.e. copies only the references.
| Namespace: | AvlNet | 
|---|---|
| Assembly: | AVL.NET.TS.dll | 
Syntax
public virtual void CopyTo ( T[] a, int arrayIndex )
