DataObjectCollection T  Insert Method Nemiro.Data.dll
Inserts an item into the list at the specified location.

Namespace: Nemiro.Data
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public void Insert(
	int index,
	T item
)

Parameters

index
Type: System Int32
Index (zero) at which to insert item.
item
Type: T
Insertion item.

Implements

IList T  Insert(Int32, T)
See Also