[]
Removes a range of children in this element.
public virtual void Remove(int start, int count)
Type | Name | Description |
---|---|---|
int | start | The index of the first child to remove. |
int | count | The count of children to remove. |
Removes the element from the document tree.
public void Remove()