Share via


IBinaryAggregate<TLeft,TRight,TState,TResult>.AccumulateRight Method

Definition

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

Expression<Func<TState,Int64,TRight,TState>>

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.

Applies to