Edit

Share via


IDeepCopier<T> Interface

Definition

Provides functionality for creating clones of objects of type T.

public interface IDeepCopier<T> : Orleans.Serialization.Cloning.IDeepCopier
type IDeepCopier<'T> = interface
    interface IDeepCopier
Public Interface IDeepCopier(Of T)
Implements IDeepCopier

Type Parameters

T

The type of objects which this instance can copy.

Derived
Implements

Methods

DeepCopy(Object, CopyContext)

Creates a deep copy of the provided untyped input. The type must still match the copier instance!

(Inherited from IDeepCopier)
DeepCopy(T, CopyContext)

Creates a deep copy of the provided input.

Explicit Interface Implementations

IDeepCopier.DeepCopy(Object, CopyContext)

Applies to

See also