Serializable abstraction of LINQ's System.Linq.IGrouping`2.
Namespace: Zyan.InterLinq.Types.Anonymous
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public class InterLinqGrouping<TKey, TElement> :  InterLinqGroupingBase,
IGrouping<TKey, TElement>,
IEnumerable<TElement>,
IEnumerable
Type Parameters
TKey

There is no description.

TElement

There is no description.

Collapse/Expand Members

Click here to see the list of members.