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

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

Syntax

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

See Also