[]
Gets the root index in an index/subindex hierarchy.
public IndexDefinition<T> Root { get; }
Type | Description |
---|---|
IndexDefinition<T> | For a subindex, this is an Index<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. |