[Missing <summary> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.ASTNode.GetAncestor(System.Int32)"]

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

Syntax

C#
public ITree GetAncestor(
	int ttype
)
Visual Basic
Public Function GetAncestor ( _
	ttype As Integer _
) As ITree
Visual C++
public:
virtual ITree^ GetAncestor(
	int ttype
) sealed

Parameters

ttype
Type: System..::..Int32

[Missing <param name="ttype"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.ASTNode.GetAncestor(System.Int32)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.ASTNode.GetAncestor(System.Int32)"]

See Also