コード例 #1
0
 public virtual void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object t)
 {
     adaptor.ReplaceChildren(parent, startChildIndex, stopChildIndex, t);
 }