Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Element_CloningBehavior

mattt edited this page May 5, 2021 · 3 revisions

Element.CloningBehavior

public enum CloningBehavior: Int32 

Inheritance

Int32

Enumeration Cases

`default`

case `default` = 0

recursive

do a recursive copy (properties, namespaces and children when applicable)

case recursive = 1

shallow

copy properties and namespaces (when applicable)

case shallow = 2
Types
Protocols
Global Functions
Extensions
Clone this wiki locally