IGrouping<TKey, TElement> Interface
Namespace: System.Linq · Assembly: GHIElectronics.TinyCLR.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; }
No description available.