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

Definition

Copies the elements of the current collection to an Array, starting at the specified index.

public void CopyTo (T[] array, int arrayIndex);
abstract member CopyTo : 'T[] * int -> unit
override this.CopyTo : 'T[] * int -> unit

Parameters

array
T[]

The array to which to copy the items.

arrayIndex
Int32

The index into array at which to begin placing copied elements.

Implements

Applies to