[Missing <summary> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.ASTNode.HasAncestor(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 bool HasAncestor(
	int ttype
)
Visual Basic
Public Function HasAncestor ( _
	ttype As Integer _
) As Boolean
Visual C++
public:
virtual bool HasAncestor(
	int ttype
) sealed

Parameters

ttype
Type: System..::..Int32

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

Return Value

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

See Also