Click or drag to resize

WritableCollectionTInsert Method

Inserts an element into the WritableCollectionT at the specified index.

Namespace: Ookii.Jumbo.IO
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public void Insert(
	int index,
	T item
)

Parameters

index  Int32
The zero-based index at which item should be inserted.
item  T
The object to insert.

Implements

IListTInsert(Int32, T)
See Also