IGrouping<TKey, TElement> Interface
NuGet: GHIElectronics.TinyCLR.Linq
Assembly: GHIElectronics.TinyCLR.Linq
Namespace: System.Linq
Represents a collection of objects that have a common key. Returned by GroupBy.
public interface IGrouping<TKey, TElement> : IEnumerable<TElement>
Properties
Key
TKey Key { get; }
Gets the key that the elements in this grouping have in common.