[]
Represents a group of elements with the same key belonging to a collection of groups resulting from a search operation with grouping.
public abstract class IndexedGroup<TKey, T> : IndexedGroup<T>, IIndexedSource<T>, IGrouping<object, T>, IGrouping<TKey, T>, IEnumerable<T>, IEnumerable
Public MustInherit Class IndexedGroup(Of TKey, T)
Inherits IndexedGroup(Of T)
Implements IIndexedSource(Of T), IGrouping(Of Object, T), IGrouping(Of TKey, T), IEnumerable(Of T), IEnumerable
| Name | Description |
|---|---|
| TKey | The type of the index key. |
| T | The type of the elements of the indexed collection. |
| Name | Description |
|---|---|
| Key | Gets the key of the IndexedGroup<TKey, T>. |
| KeyType | Gets the type of the key of the IndexedGroup<TKey, T>. |