ArraySegment<T>.ICollection<T>.CopyTo(T[], Int32) Method

Definition

Copies the elements of the array segment to an array, starting at the specified array index.

C#
void ICollection<T>.CopyTo(T[] array, int arrayIndex);

Parameters

array
T[]

The one-dimensional array that is the destination of the elements copied from the array segment. The array must have zero-based indexing.

arrayIndex
Int32

The zero-based index in array at which copying begins.

Implements

Exceptions

array is null.

arrayIndex is less than 0.

array is multidimensional.

-or-

The number of elements in the source array segment is greater than the available space from arrayIndex to the end of the destination array.

-or-

Type T cannot be cast automatically to the type of the destination array.

The underlying array for this ArraySegment<T> instance is null.

Remarks

This member is an explicit interface member implementation. It can be used only when the ArraySegment<T> instance is cast to an ICollection<T> interface.

Applies to

Produkt Verzie
.NET Core 1.0, Core 1.1, Core 2.0
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 2.0
UWP 10.0