Click or drag to resize
ReadOnlyListTValueInsert Method

Namespace:  Apptus.Util.Collection
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public void Insert(
	int index,
	TValue item
)

Parameters

index
Type: SystemInt32
item
Type: TValue

Implements

IListTInsert(Int32, T)
See Also