[]
Base class for the Subindex<T, TKey> class.
public abstract class Subindex<T> : IndexDefinition<T>
Name | Description |
---|---|
T | The type of the elements of the collection to index. |
You don't typically use the Subindex<T> class directly. It provides functionality of the Subindex<T, TKey> class that does not depend on the index key type. The base class Subindex<T> is needed only if the index key type is not known, usually in general-purpose code intended for reuse with different key types.
Name | Description |
---|---|
Parent | Parent of this subindex definition in the index/subindexes hierarchy. |