Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
void IList<T>.Insert(
	int index,
	T item
)
Visual Basic
Private Sub Insert ( _
	index As Integer, _
	item As T _
) Implements IList(Of T).Insert

Parameters

index
Type: System..::..Int32
item
Type: T

Implements

IList<(Of <(<'T>)>)>..::..Insert(Int32, T)

See Also