ShallowCopier<T> クラス

定義

実際に浅いコピー可能な型のディープ コピー機の基本型。

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

型パラメーター

T
継承
ShallowCopier<T>
派生
実装

コンストラクター

ShallowCopier<T>()

実際に浅いコピー可能な型のディープ コピー機の基本型。

メソッド

DeepCopy(Object, CopyContext)

入力値を返します。

DeepCopy(T, CopyContext)

入力値を返します。

IsShallowCopyable()

実際に浅いコピー可能な型のディープ コピー機の基本型。

適用対象