Example #1
0
 /// <summary>
 /// This method deletes the index-th child element that is an argument of this element.
 /// Note that child elements which are qualifier elements or declare
 /// elements are not counted in determining the index-th argument.
 /// </summary>
 public void DeleteArgument(int index)
 {
     element.RemoveChild(arguments.Item(index));
 }