This topic has not yet been rated Rate this topic

ICollection(Of T).CopyTo Method

Updated: September 2010

Copies the elements of the ICollection(Of T) to an Array, starting at a particular Array index.

Namespace:  System.Collections.Generic
Assembly:  mscorlib (in mscorlib.dll)
void CopyTo(
	T[] array,
	int arrayIndex
)

Parameters

array
Type: T()
The one-dimensional Array that is the destination of the elements copied from ICollection(Of T). The Array must have zero-based indexing.
arrayIndex
Type: System.Int32
The zero-based index in array at which copying begins.
Exception Condition
ArgumentNullException

array is Nothing.

ArgumentOutOfRangeException

arrayIndex is less than 0.

ArgumentException

The number of elements in the source ICollection(Of T) is greater than the available space from arrayIndex to the end of the destination array.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Portable Class Library

Supported in: Portable Class Library

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Date

History

Reason

September 2010

Updated exception information.

Content bug fix.

Did you find this helpful?
(2000 characters remaining)
Community Content Add
Annotations FAQ