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

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

Syntax

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

Implements

IBinaryOperatorNode..::..RightHandOperand

See Also