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

Definition

Copies the elements of the ICollection<T> to an Array, starting at a particular 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 ICollection<T>. The Array must have zero-based indexing.

arrayIndex
Int32

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

Implements

Applies to

Продукт Версії
.NET 9, 10