Table of Contents

Method CloneNodes

Namespace
DocWright.Dom.Editing
Assembly
DocWright.Dom.dll

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.