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

Syntax

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

Parameters

index
Type: System..::..Int32

Implements

IList<(Of <(<'T>)>)>..::..Item[([( Int32])])

See Also