DeepCopier<T> Class

Definition

Provides functionality for copying objects and values.

public sealed class DeepCopier<T>
type DeepCopier<'T> = class
Public NotInheritable Class DeepCopier(Of T)

Type Parameters

T
Inheritance
DeepCopier<T>

Constructors

DeepCopier<T>(IDeepCopier<T>, CopyContextPool)

Initializes a new instance of the DeepCopier<T> class.

Methods

Copy(T)

Creates a copy of the provided value.

Applies to