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

Syntax

C#
void IList.RemoveAt(
	int index
)
Visual Basic
Private Sub RemoveAt ( _
	index As Integer _
) Implements IList.RemoveAt

Parameters

index
Type: System..::..Int32

Implements

IList..::..RemoveAt(Int32)

See Also