Initializes a new instance of the ASTNode class

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

Syntax

C#
public ASTNode(
	ASTNode other
)
Visual Basic
Public Sub New ( _
	other As ASTNode _
)
Visual C++
public:
ASTNode(
	ASTNode^ other
)

Parameters

other
Type: NHibernate.Hql.Ast.ANTLR.Tree..::..ASTNode

[Missing <param name="other"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.ASTNode.#ctor(NHibernate.Hql.Ast.ANTLR.Tree.ASTNode)"]

See Also