[Missing <summary> documentation for "P:Remotion.Linq.Parsing.ParserException.ParsedExpression"]

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

Syntax

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

See Also