Table of Contents

Interface ICloneableFormat

Namespace
Yarhl.FileFormat
Assembly
Yarhl.dll

Cloneable format interface.

public interface ICloneableFormat : IFormat
Extension Methods

Methods

DeepClone()

Deep clones a format into a new object.

object DeepClone()

Returns

object

The cloned format.

Remarks

A 'deep copy' must create the necessary copies, in the way that any change in the original node (or any of it's member hierarchy) won't affect the cloned node.