[Missing <summary> documentation for "P:Remotion.Linq.Parsing.Structure.IntermediateModel.MethodCallExpressionNodeBase.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; protected set; }
Visual Basic
Public Property Source As IExpressionNode
	Get
	Protected Set
Visual C++
public:
virtual property IExpressionNode^ Source {
	IExpressionNode^ get () sealed;
	protected: void set (IExpressionNode^ value) sealed;
}

Implements

IExpressionNode..::..Source

See Also