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

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

Syntax

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

Implements

IBinaryOperatorNode..::..LeftHandOperand

See Also