Click or drag to resize

CollectionChangedHandlerTItem, TCollectionElementAt Method

Gets the element at the specified index of the current registered collection.

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual TItem ElementAt(
	int index
)

Parameters

index
Type: SystemInt32
Index of the item to get.

Return Value

Type: TItem
The item at the specified index.
See Also