Click or drag to resize
CollectionTCopyTo Method

Namespace: System.Collections.ObjectModel
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
Exceptions
ExceptionCondition
ArgumentNullExceptionarray is null.
ArgumentOutOfRangeExceptionindex is less than zero.
ArgumentExceptionThe number of elements in the source CollectionT is greater than the available space from index to the end of the destination array.
See Also