[]
Represents a collection of indexes attached to an indexed collection.
Base class for the Index<T, TKey> class.
Indexes a collection by an expression (typically, by a field), providing fast access to items having particular values (or range of values) of that expression.
Defines the kind of an index, the algorithm used by that index. Currently, the RedBlackTree algorithm is always used.
Represents an exception that is thrown when errors are generated using LiveLinq components.
Represents a collection of indexes or subindexes.
Represents a collection of subindexes attached to an IndexDefinition<T>.
Base class for the Subindex<T, TKey> class.
Defines a subindex, an index definition subordinate to another index definition, its parent.
Represents an indexed collection.