[]
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.
public abstract class IndexedGroup<T> : IndexQuery<T>, IIndexedSource<T>, IGrouping<object, T>, IEnumerable<T>, IEnumerable
| Name | Description |
|---|---|
| T | The type of the elements of the indexed collection. |
| Name | Description |
|---|---|
| Key | Gets the key of the IndexedGroup<T>. |
| KeyType | Gets the type of the key of the IndexedGroup<T>. |