interface IGrouping<TKey,TElement>

in global :: System . Linq

Represents a collection of objects that have a common key.

  • TKey The type of the key of the .
  • TElement The type of the values in the .

public TKey Key { get; }

Gets the key of the .

  • Returns The key of the .