Click or drag to resize

DataStoreVirtualCollection<T>.CopyTo Method (Array, 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(
	Array array,
	int index
)

Parameters

array
Type: System.Array
Array to copy to
index
Type: System.Int32
Index in the array to start copying to

Implements

ICollection.CopyTo(Array, Int32)
See Also