AggregateRightExtension Class |
AggregateRight extension.
Inheritance Hierarchy
Namespace:
MoreLinq.Extensions
Assembly:
MoreLinq (in MoreLinq.dll) Version: 3.0.0
Syntax public static class AggregateRightExtension
<ExtensionAttribute>
Public NotInheritable Class AggregateRightExtension
[ExtensionAttribute]
public ref class AggregateRightExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type AggregateRightExtension = class end
Methods
| Name | Description |
---|
| AggregateRightTSource(IEnumerableTSource, FuncTSource, TSource, TSource) | |
| AggregateRightTSource, TAccumulate(IEnumerableTSource, TAccumulate, FuncTSource, TAccumulate, TAccumulate) | |
| AggregateRightTSource, TAccumulate, TResult(IEnumerableTSource, TAccumulate, FuncTSource, TAccumulate, TAccumulate, FuncTAccumulate, TResult) | |
TopSee Also