FilterCollectionTItem Property |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic virtual T this[
int index
] { get; set; }
Public Overridable Default Property Item (
index As Integer
) As T
Get
Set
abstract Item : 'T with get, set
override Item : 'T with get, set
Parameters
- index
- Type: SystemInt32
Index of the item to get/set.
Property Value
Type:
TImplements
IListTItemInt32
See Also