Initializes a new instance of the AggregateFromSeedExpressionNode class

Namespace: Remotion.Linq.Parsing.Structure.IntermediateModel
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public AggregateFromSeedExpressionNode(
	MethodCallExpressionParseInfo parseInfo,
	Expression seed,
	LambdaExpression func,
	LambdaExpression optionalResultSelector
)
Visual Basic
Public Sub New ( _
	parseInfo As MethodCallExpressionParseInfo, _
	seed As Expression, _
	func As LambdaExpression, _
	optionalResultSelector As LambdaExpression _
)
Visual C++
public:
AggregateFromSeedExpressionNode(
	MethodCallExpressionParseInfo parseInfo, 
	Expression^ seed, 
	LambdaExpression^ func, 
	LambdaExpression^ optionalResultSelector
)

Parameters

parseInfo
Type: Remotion.Linq.Parsing.Structure.IntermediateModel..::..MethodCallExpressionParseInfo

[Missing <param name="parseInfo"/> documentation for "M:Remotion.Linq.Parsing.Structure.IntermediateModel.AggregateFromSeedExpressionNode.#ctor(Remotion.Linq.Parsing.Structure.IntermediateModel.MethodCallExpressionParseInfo,System.Linq.Expressions.Expression,System.Linq.Expressions.LambdaExpression,System.Linq.Expressions.LambdaExpression)"]

seed
Type: System.Linq.Expressions..::..Expression

[Missing <param name="seed"/> documentation for "M:Remotion.Linq.Parsing.Structure.IntermediateModel.AggregateFromSeedExpressionNode.#ctor(Remotion.Linq.Parsing.Structure.IntermediateModel.MethodCallExpressionParseInfo,System.Linq.Expressions.Expression,System.Linq.Expressions.LambdaExpression,System.Linq.Expressions.LambdaExpression)"]

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

[Missing <param name="func"/> documentation for "M:Remotion.Linq.Parsing.Structure.IntermediateModel.AggregateFromSeedExpressionNode.#ctor(Remotion.Linq.Parsing.Structure.IntermediateModel.MethodCallExpressionParseInfo,System.Linq.Expressions.Expression,System.Linq.Expressions.LambdaExpression,System.Linq.Expressions.LambdaExpression)"]

optionalResultSelector
Type: System.Linq.Expressions..::..LambdaExpression

[Missing <param name="optionalResultSelector"/> documentation for "M:Remotion.Linq.Parsing.Structure.IntermediateModel.AggregateFromSeedExpressionNode.#ctor(Remotion.Linq.Parsing.Structure.IntermediateModel.MethodCallExpressionParseInfo,System.Linq.Expressions.Expression,System.Linq.Expressions.LambdaExpression,System.Linq.Expressions.LambdaExpression)"]

See Also