[Missing <summary> documentation for "P:Remotion.Linq.Parsing.Structure.IntermediateModel.AggregateFromSeedExpressionNode.Func"]

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

Syntax

C#
public LambdaExpression Func { get; private set; }
Visual Basic
Public Property Func As LambdaExpression
	Get
	Private Set
Visual C++
public:
property LambdaExpression^ Func {
	LambdaExpression^ get ();
	private: void set (LambdaExpression^ value);
}

See Also