AvaloniaListTCopyTo Method

Copies the collection's contents to an array.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void CopyTo(
	T[] array,
	int arrayIndex
)

Parameters

array  T
The array.
arrayIndex  Int32
The first index of the array to copy to.

Implements

ICollectionTCopyTo(T, Int32)

See Also