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