Gets the collection of subindexes added to this index.

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

Syntax

C#
public SubindexCollection<T> Subindexes { get; }
Visual Basic
Public ReadOnly Property Subindexes As SubindexCollection(Of T)
	Get

Field Value

The SubindexCollection<(Of <(<'T>)>)> that contains the subindexes of this index.

See Also