AggregateRightExtension Class
AggregateRight extension.
Namespace: MoreLinq.ExtensionsAssembly: MoreLinq (in MoreLinq.dll) Version: 4.0.0+092a40d82a1b280568ffa006d9a210bdec0792cd
public static class AggregateRightExtension
<ExtensionAttribute>
Public NotInheritable Class AggregateRightExtension
[ExtensionAttribute]
public ref class AggregateRightExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type AggregateRightExtension = class end
- Inheritance
 - Object    AggregateRightExtension
 
 | AggregateRightTSource(IEnumerableTSource, FuncTSource, TSource, TSource) | 
            Applies a right-associative accumulator function over a sequence.
            This operator is the right-associative version of the
            AggregateTSource(IEnumerableTSource, FuncTSource, TSource, TSource) LINQ operator.
             | 
| AggregateRightTSource, TAccumulate(IEnumerableTSource, TAccumulate, FuncTSource, TAccumulate, TAccumulate) | 
            Applies a right-associative accumulator function over a sequence.
            The specified seed value is used as the initial accumulator value.
            This operator is the right-associative version of the
            AggregateTSource, TAccumulate(IEnumerableTSource, TAccumulate, FuncTAccumulate, TSource, TAccumulate) LINQ operator.
             | 
| AggregateRightTSource, TAccumulate, TResult(IEnumerableTSource, TAccumulate, FuncTSource, TAccumulate, TAccumulate, FuncTAccumulate, TResult) | 
            Applies a right-associative accumulator function over a sequence.
            The specified seed value is used as the initial accumulator value,
            and the specified function is used to select the result value.
            This operator is the right-associative version of the
            AggregateTSource, TAccumulate, TResult(IEnumerableTSource, TAccumulate, FuncTAccumulate, TSource, TAccumulate, FuncTAccumulate, TResult) LINQ operator.
             |