IGroupingSequence<TKey,TElement>

Overview

Internal type used by linq groupby.

Location


Properties


Key

Grouping key.

 

property Key: TKey read;

 

TKey Key { get; }

 

var Key: TKey { get{} }

 

TKey Key { __get; }

 

ReadOnly Property Key() As TKey