Düzenle

Aracılığıyla paylaş


ShallowCopier<T> Class

Definition

Base type for deep copiers of types that are actually shallow-copyable.

public class ShallowCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<T>, Orleans.Serialization.Cloning.IOptionalDeepCopier
type ShallowCopier<'T> = class
    interface IOptionalDeepCopier
    interface IDeepCopier
    interface IDeepCopier<'T>
Public Class ShallowCopier(Of T)
Implements IDeepCopier(Of T), IOptionalDeepCopier

Type Parameters

T
Inheritance
ShallowCopier<T>
Implements

Constructors

ShallowCopier<T>()

Methods

DeepCopy(Object, CopyContext)

Returns the input value.

DeepCopy(T, CopyContext)

Returns the input value.

IsShallowCopyable()

Applies to