Table of Contents

Interface IDeepCloneable<T>

Namespace
UglyToad.PdfPig.Core
Assembly
UglyToad.PdfPig.Core.dll

Indicates the type may be cloned making entirely independent copies.

public interface IDeepCloneable<out T>

Type Parameters

T

Methods

DeepClone()

Clone the type including all referenced data.

T DeepClone()

Returns

T