Click or drag to resize
ListTCopyTo Method (T, Int32)

Namespace: System.Collections.Generic
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
Exceptions
ExceptionCondition
ArgumentNullExceptionarray is null.
ArgumentOutOfRangeExceptionarrayIndex is less than 0.
ArgumentExceptionThe number of elements in the source ListT is greater than the available space from arrayIndex to the end of the destination array.
See Also