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

Syntax

C#
void IList.Insert(
	int index,
	Object value
)
Visual Basic
Private Sub Insert ( _
	index As Integer, _
	value As Object _
) Implements IList.Insert

Parameters

index
Type: System..::..Int32
value
Type: System..::..Object

Implements

IList..::..Insert(Int32, Object)

See Also