Initializes a new instance of the AggregateResultOperator class

Namespace: Remotion.Linq.Clauses.ResultOperators
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public AggregateResultOperator(
	LambdaExpression func
)
Visual Basic
Public Sub New ( _
	func As LambdaExpression _
)
Visual C++
public:
AggregateResultOperator(
	LambdaExpression^ func
)

Parameters

func
Type: System.Linq.Expressions..::..LambdaExpression

[Missing <param name="func"/> documentation for "M:Remotion.Linq.Clauses.ResultOperators.AggregateResultOperator.#ctor(System.Linq.Expressions.LambdaExpression)"]

See Also