DataStoreVirtualCollectionTInsert Method (Int32, Object) |
Insert a value into the collection with the specified index
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void Insert(
int index,
Object value
)
Public Sub Insert (
index As Integer,
value As Object
)
abstract Insert :
index : int *
value : Object -> unit
override Insert :
index : int *
value : Object -> unit
Parameters
- index
- Type: SystemInt32
Index to add the item - value
- Type: SystemObject
Value to add
Implements
IListInsert(Int32, Object)See Also