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

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

Syntax

C#
public IASTNode Parent { get; set; }
Visual Basic
Public Property Parent As IASTNode
	Get
	Set
Visual C++
public:
virtual property IASTNode^ Parent {
	IASTNode^ get () sealed;
	void set (IASTNode^ value) sealed;
}

Implements

IASTNode..::..Parent

See Also