Implemented interface member:
property
Key
System.Linq.IGrouping<TKey, TElement>.Key
3 references to Key
System.Linq (3)
System\Linq\DebugView.cs (1)
104public TKey Key => _grouping.Key;
System\Linq\Grouping.cs (2)
177_current = _resultSelector(_g.Key, _g._elements); 233_current = _resultSelector(_g.Key, _g._elements);