[Missing <summary> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.ASTTreeAdaptor.SetChildIndex(System.Object,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 override void SetChildIndex(
	Object t,
	int index
)
Visual Basic
Public Overrides Sub SetChildIndex ( _
	t As Object, _
	index As Integer _
)
Visual C++
public:
virtual void SetChildIndex(
	Object^ t, 
	int index
) override

Parameters

t
Type: System..::..Object

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

index
Type: System..::..Int32

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

See Also