Click or drag to resize

FilterCollectionTInsert Method

Insert the item at the specified index.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual void Insert(
	int index,
	T item
)

Parameters

index
Type: SystemInt32
Index to insert at.
item
Type: T
Item to insert.

Implements

IListTInsert(Int32, T)
See Also