DataStoreVirtualCollectionTInsert Method (Int32, T) |
Inserts an 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 Insert(
int index,
T item
)
Public Sub Insert (
index As Integer,
item As T
)
abstract Insert :
index : int *
item : 'T -> unit
override Insert :
index : int *
item : 'T -> unit
Parameters
- index
- Type: SystemInt32
Index to add the item - item
- Type: T
Item to add
Implements
IListTInsert(Int32, T)See Also