Method RemoveAt
RemoveAt(int)
Removes an element from this document.
public override void RemoveAt(int index)
Parameters
index
intThe zero based index of the element to remove.
Removes an element from this document.
public override void RemoveAt(int index)
index
intThe zero based index of the element to remove.