IBinaryAggregate<TLeft,TRight,TState,TResult>.InitialState 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 creates the initial state for the aggregate computation.
public System.Linq.Expressions.Expression<Func<TState>> InitialState ();
abstract member InitialState : unit -> System.Linq.Expressions.Expression<Func<'State>>
Public Function InitialState () As Expression(Of Func(Of TState))
Returns
Expression<Func<TState>>
An expression that creates the initial state for the aggregate computation.