Click or drag to resize

IAceCollectionTInsert Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Data.collection
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
void Insert(
	int index,
	T item
)
Request Example View Source

Parameters

index
Type: SystemInt32
item
Type: T

Implements

IListTInsert(Int32, T)
See Also