IGrouping<TKey, TElement> interface IGrouping<TKey, TElement> : IEnumerable<TElement>, IEnumerable Represents a collection of objects that have a common key. Documentation Code TKey Key { get; } Gets the key of the IGrouping<T, U>.