[]
Gets the collection of subindexes added to this index.
public SubindexCollection<T> Subindexes { get; }
Public ReadOnly Property Subindexes As SubindexCollection(Of T)
| Type | Description |
|---|---|
| SubindexCollection<T> | The SubindexCollection<T> that contains the subindexes of this index. |