IGroupingSequence<TKey,TElement>
Overview
Internal type used by linq groupby.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
- Ancestry: IEnumerable | IEnumerable<T> | IGroupingSequence<TKey,TElement>
Properties
Key
Grouping key.
property Key: TKey read;
TKey Key { get; }
var Key: TKey { get{} }
TKey Key { __get; }
ReadOnly Property Key() As TKey