Click or drag to resize

DataStoreChangedHandlerTItem, TCollectionInternalElementAt Method

Gets the element at the specified index.

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected override TItem InternalElementAt(
	int index
)

Parameters

index
Type: SystemInt32
Index of the item to get.

Return Value

Type: TItem
The item at the specified index.
Remarks
Derived classes should implement this to get the item at the specified index.
See Also