[Missing <summary> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.ASTNode.RemoveChild(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 void RemoveChild(
	int index
)
Visual Basic
Public Sub RemoveChild ( _
	index As Integer _
)
Visual C++
public:
void RemoveChild(
	int index
)

Parameters

index
Type: System..::..Int32

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

See Also