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

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

Syntax

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

See Also