IBinaryAggregate<TLeft,TRight,TState,TResult>.AccumulateRight Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an expression that describes how to take the aggregate state and a new data object from the right input and compute a new aggregate state.
public System.Linq.Expressions.Expression<Func<TState,long,TRight,TState>> AccumulateRight ();
abstract member AccumulateRight : unit -> System.Linq.Expressions.Expression<Func<'State, int64, 'Right, 'State>>
Public Function AccumulateRight () As Expression(Of Func(Of TState, Long, TRight, TState))
Returns
An expression that describes how to take the aggregate state and a new data object from the right input and compute a new aggregate state.