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

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

Syntax

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

See Also