Method CloneNodes
CloneNodes()
Deep-clones the range's nodes without attaching them to anything.
public IReadOnlyList<DomNode> CloneNodes()
Returns
- IReadOnlyList<DomNode>
The detached copies, in document order.
Deep-clones the range's nodes without attaching them to anything.
public IReadOnlyList<DomNode> CloneNodes()
The detached copies, in document order.