Method Remove
Remove(string)
Removes an element from this document (if duplicate element names are allowed then all elements with this name will be removed).
public virtual void Remove(string name)Parameters
- namestring
- The name of the element to remove.