예제 #1
0
 public void InsertBefore(T existingItem, T newItem)
 {
     node.InsertChildBefore(existingItem, newItem, role);
 }