Serializable abstraction of LINQ's System.Linq.IGrouping`2.
Declaring type: InterLinqGrouping<TKey, TElement>
Namespace: Zyan.InterLinq.Types.Anonymous
Assembly: Zyan.Communication
Collapse/Expand Public Constructors
  Name Description
Public Method InterLinqGrouping Initializes this class.
Collapse/Expand Public Methods
  Name Description
Public Method GetEnumerator Returns an System.Collections.Generic.IEnumerator`1 that iterates through the collection.
Public Method Virtual SetElements Sets the grouping elements.
Public Method Virtual SetKey Sets the grouping key.
Collapse/Expand Public Properties
  Name Description
Public Property Elements Gets or sets the elements.
Public Property Key Gets or sets the key.