[Missing <summary> documentation for "P:NHibernate.Hql.Ast.ANTLR.Tree.UnaryArithmeticNode.Operand"]

Namespace: NHibernate.Hql.Ast.ANTLR.Tree
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public IASTNode Operand { get; }
Visual Basic
Public ReadOnly Property Operand As IASTNode
	Get
Visual C++
public:
virtual property IASTNode^ Operand {
	IASTNode^ get () sealed;
}

Implements

IUnaryOperatorNode..::..Operand

See Also