IBinaryAggregate<TLeft,TRight,TState,TResult>.ComputeResult 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 compute a final result from an aggregate state.
public System.Linq.Expressions.Expression<Func<TState,TResult>> ComputeResult ();
abstract member ComputeResult : unit -> System.Linq.Expressions.Expression<Func<'State, 'Result>>
Public Function ComputeResult () As Expression(Of Func(Of TState, TResult))
Returns
Expression<Func<TState,TResult>>
An expression that describes how to compute a final result from an aggregate state.