| ListTCopyTo Method (T) |
Namespace: System.Collections.Generic
public void CopyTo( T[] array )
| Exception | Condition |
|---|---|
| ArgumentNullException | array is null. |
| ArgumentException | The number of elements in the source ListT is greater than the number of elements that the destination array can contain. |