Table of Contents

Method Clone

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

Clone()

Returns a copy of this island (islands are immutable, so this returns the same data).

public UnknownXml Clone()

Returns

UnknownXml

A new island with identical content.