Click or drag to resize

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
)

Parameters

index
Type: SystemInt32
Index to add the item
value
Type: SystemObject
Value to add

Implements

IListInsert(Int32, Object)
See Also