[Missing <summary> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.ASTTreeAdaptor.ReplaceChildren(System.Object,System.Int32,System.Int32,System.Object)"]

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

Syntax

C#
public override void ReplaceChildren(
	Object parent,
	int startChildIndex,
	int stopChildIndex,
	Object t
)
Visual Basic
Public Overrides Sub ReplaceChildren ( _
	parent As Object, _
	startChildIndex As Integer, _
	stopChildIndex As Integer, _
	t As Object _
)
Visual C++
public:
virtual void ReplaceChildren(
	Object^ parent, 
	int startChildIndex, 
	int stopChildIndex, 
	Object^ t
) override

Parameters

parent
Type: System..::..Object

[Missing <param name="parent"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.ASTTreeAdaptor.ReplaceChildren(System.Object,System.Int32,System.Int32,System.Object)"]

startChildIndex
Type: System..::..Int32

[Missing <param name="startChildIndex"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.ASTTreeAdaptor.ReplaceChildren(System.Object,System.Int32,System.Int32,System.Object)"]

stopChildIndex
Type: System..::..Int32

[Missing <param name="stopChildIndex"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.ASTTreeAdaptor.ReplaceChildren(System.Object,System.Int32,System.Int32,System.Object)"]

t
Type: System..::..Object

[Missing <param name="t"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.ASTTreeAdaptor.ReplaceChildren(System.Object,System.Int32,System.Int32,System.Object)"]

See Also