Gets the root index in an index/subindex hierarchy.

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

Syntax

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

Field Value

For a subindex, this is an Index<(Of <(<'T>)>)> to which the subindex belongs (maybe indirectly, through several levels of parent subindexes). For an index, this is always the same object as the index itself.

See Also