Share via


IAggregate<TInput,TState,TResult>.ComputeResult Method

Definition

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.

Applies to