[]
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
Public MustInherit Class IndexedGroup(Of T)
Inherits IndexQuery(Of T)
Implements IIndexedSource(Of T), IGrouping(Of Object, T), IEnumerable(Of 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>. |