Dela via


BorrowedList<TElement>.ICollection<TElement>.CopyTo Method

Definition

Copies the elements of the ICollection<T> to an Array, starting at a particular Array index.

void ICollection<TElement>.CopyTo (TElement[] array, int arrayIndex);
abstract member System.Collections.Generic.ICollection<TElement>.CopyTo : 'Element[] * int -> unit
override this.System.Collections.Generic.ICollection<TElement>.CopyTo : 'Element[] * int -> unit
Sub CopyTo (array As TElement(), arrayIndex As Integer) Implements ICollection(Of TElement).CopyTo

Parameters

array
TElement[]
arrayIndex
Int32

Implements

Applies to