GroupAdjacentExtension Class
GroupAdjacent extension.
Namespace: MoreLinq.ExtensionsAssembly: MoreLinq (in MoreLinq.dll) Version: 4.4.0+6d97c3b1d482f98300f4446df14742b0e3fafbec
public static class GroupAdjacentExtension
<ExtensionAttribute>
Public NotInheritable Class GroupAdjacentExtension
[ExtensionAttribute]
public ref class GroupAdjacentExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type GroupAdjacentExtension = class end
- Inheritance
- Object    GroupAdjacentExtension
 | GroupAdjacentTSource, TKey(IEnumerableTSource, FuncTSource, TKey) | Groups the adjacent elements of a sequence according to a
            specified key selector function. | 
| GroupAdjacentTSource, TKey(IEnumerableTSource, FuncTSource, TKey, IEqualityComparerTKey) | Groups the adjacent elements of a sequence according to a
            specified key selector function and compares the keys by using a
            specified comparer. | 
| GroupAdjacentTSource, TKey, TElement(IEnumerableTSource, FuncTSource, TKey, FuncTSource, TElement) | Groups the adjacent elements of a sequence according to a
            specified key selector function and projects the elements for
            each group by using a specified function. | 
| GroupAdjacentTSource, TKey, TResult(IEnumerableTSource, FuncTSource, TKey, FuncTKey, IEnumerableTSource, TResult) | Groups the adjacent elements of a sequence according to a
            specified key selector function. The keys are compared by using
            a comparer and each group's elements are projected by using a
            specified function. | 
| GroupAdjacentTSource, TKey, TElement(IEnumerableTSource, FuncTSource, TKey, FuncTSource, TElement, IEqualityComparerTKey) | Groups the adjacent elements of a sequence according to a
            specified key selector function. The keys are compared by using
            a comparer and each group's elements are projected by using a
            specified function. | 
| GroupAdjacentTSource, TKey, TResult(IEnumerableTSource, FuncTSource, TKey, FuncTKey, IEnumerableTSource, TResult, IEqualityComparerTKey) | Groups the adjacent elements of a sequence according to a
            specified key selector function. The keys are compared by using
            a comparer and each group's elements are projected by using a
            specified function. |