Inserts a new object in the collection

Namespace: Ico.WPF
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void Insert(
	int index,
	T value
)
Visual Basic
Public Sub Insert ( _
	index As Integer, _
	value As T _
)
JScript
public function Insert(
	index : int, 
	value : T
)

Parameters

index
Type: System..::..Int32
Index of the object in the collection
value
Type: T
The object that must be inserted

See Also