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

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

Syntax

C#
public void SetChild(
	int index,
	IASTNode newChild
)
Visual Basic
Public Sub SetChild ( _
	index As Integer, _
	newChild As IASTNode _
)
Visual C++
public:
virtual void SetChild(
	int index, 
	IASTNode^ newChild
) sealed

Parameters

index
Type: System..::..Int32

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

newChild
Type: NHibernate.Hql.Ast.ANTLR.Tree..::..IASTNode

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

Implements

IASTNode..::..SetChild(Int32, IASTNode)

See Also