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

Definition

Copies items from this list to the specified 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
Public Sub CopyTo (array As T(), arrayIndex As Integer)

Parameters

array
T[]

The array.

arrayIndex
Int32

The array index.

Implements

Applies to