[]
        
(Showing Draft Content)

C1.LiveLinq.Indexing.Subindex-1

Subindex<T> Class

Base class for the Subindex<T, TKey> class.

Inheritance
Subindex<T>
Subindex<T, TKey>
Namespace: C1.LiveLinq.Indexing
Assembly: C1.LiveLinq.4.8.dll
Syntax
public abstract class Subindex<T> : IndexDefinition<T>
Type Parameters
Name Description
T

The type of the elements of the collection to index.

Remarks

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.

Properties

Name Description
Parent

Parent of this subindex definition in the index/subindexes hierarchy.

Extension Methods