Exemplo n.º 1
0
 public void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object t)
 {
     input.ReplaceChildren(parent, startChildIndex, stopChildIndex, t);
 }