[]
        
(Showing Draft Content)

C1.LiveLinq.Indexing.Search.IndexedGroup-1

IndexedGroup<T> Class

Represents a group of elements with the same key belonging to a collection of groups resulting from a search operation with grouping. This class has a derived class IndexedGroup<TKey, T> with specific key type.

Inheritance
IndexedGroup<T>
IndexedGroup<TKey, T>
Namespace: C1.LiveLinq.Indexing.Search
Assembly: C1.LiveLinq.4.8.dll
Syntax
public abstract class IndexedGroup<T> : IndexQuery<T>, IIndexedSource<T>, IGrouping<object, T>, IEnumerable<T>, IEnumerable
Type Parameters
Name Description
T

The type of the elements of the indexed collection.

Properties

Name Description
Key

Gets the key of the IndexedGroup<T>.

KeyType

Gets the type of the key of the IndexedGroup<T>.

Extension Methods

See Also