Interface IOptGrouping<TKey, TElement>
Represents a zero-item or single-item grouping of objects with a common key.
Inherited Members
Namespace: Hgk.Zero.Options.Linq
Assembly: Hgk.Zero.Options.dll
Syntax
public interface IOptGrouping<out TKey, out TElement> : IGrouping<TKey, TElement>, IOpt<TElement>, IOpt, IEnumerable<TElement>, IEnumerable
Type Parameters
Name | Description |
---|---|
TKey | The type of the key for the grouping. |
TElement | The type of values in the grouping. |