DataStoreVirtualCollectionTRemoveAt Method |
Removes the item at the specified index. This collection is read-only so this throws an exception.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
abstract RemoveAt :
index : int -> unit
override RemoveAt :
index : int -> unit
Parameters
- index
- Type: SystemInt32
Index of the item to remove
Implements
IListTRemoveAt(Int32)IListRemoveAt(Int32)See Also