Gets the object at the specified index.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax T this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As T
Get
abstract Item : 'T with get
Parameters
- index
- Type: SystemInt32
Index of the item to get.
Property Value
Type:
TSee Also