Table of Contents

Method Clone

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

Clone()

Creates a deep copy of this node. The copy is detached (Parent is null) and shares no mutable state with the original; preserved UnknownContent islands are copied.

public DomNode Clone()

Returns

DomNode

The detached deep copy.