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

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

Syntax

C#
IASTNode GetChild(
	int index
)
Visual Basic
Function GetChild ( _
	index As Integer _
) As IASTNode
Visual C++
IASTNode^ GetChild(
	int index
)

Parameters

index
Type: System..::..Int32

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

Return Value

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

See Also