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

Syntax

C#
Object IList.this[
	int index
] { get; set; }
Visual Basic
Private Property Item ( _
	index As Integer _
) As Object Implements IList.Item
	Get
	Set

Parameters

index
Type: System..::..Int32

Implements

IList..::..Item[([( Int32])])

See Also