Gets the subindex object at the specified ordinal position in the collection.

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

Syntax

C#
public Subindex<T> this[
	int ordinal
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	ordinal As Integer _
) As Subindex(Of T)
	Get

Parameters

ordinal
Type: System..::..Int32
The zero-based ordinal position of the subindex to find

See Also