Click or drag to resize

FilterCollectionTCopyTo Method

Copies the current filtered collection to the specified array.

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