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

Parameters

index
Type: System..::..Int32

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

Return Value

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

Implements

IASTNode..::..GetChild(Int32)

See Also