Click or drag to resize

DataStoreVirtualCollectionTCopyTo Method (T, Int32)

Copies the contents of the collection to the specified array starting at the specified index

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void CopyTo(
	T[] array,
	int arrayIndex
)

Parameters

array
Type: T
Array to copy to
arrayIndex
Type: SystemInt32
Index in the array to start copying to

Implements

ICollectionTCopyTo(T, Int32)
See Also