[]
        
(Showing Draft Content)

C1.LiveLinq.Indexing.Search.IndexedGroup-2

IndexedGroup<TKey, T> Class

Represents a group of elements with the same key belonging to a collection of groups resulting from a search operation with grouping.

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

The type of the index key.

T

The type of the elements of the indexed collection.

Properties

Name Description
Key

Gets the key of the IndexedGroup<TKey, T>.

KeyType

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

Extension Methods

See Also