Gets the Int32 at the specified index.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public int this[
	int index
] { get; }
Visual Basic
Public ReadOnly Property Item ( _
	index As Integer _
) As Integer
	Get

Parameters

index
Type: System..::..Int32

Field Value

Implements

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

See Also