Click or drag to resize

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
)

Parameters

index
Type: SystemInt32
Index to add the item
item
Type: T
Item to add

Implements

IListTInsert(Int32, T)
See Also