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

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

Syntax

C#
public class UnaryArithmeticNode : AbstractSelectExpression, 
	IUnaryOperatorNode, IOperatorNode
Visual Basic
Public Class UnaryArithmeticNode _
	Inherits AbstractSelectExpression _
	Implements IUnaryOperatorNode, IOperatorNode
Visual C++
public ref class UnaryArithmeticNode : public AbstractSelectExpression, 
	IUnaryOperatorNode, IOperatorNode

Inheritance Hierarchy

See Also