ArrayListCopier クラス

定義

ArrayListコピー機。

[Orleans.RegisterCopier]
public sealed class ArrayListCopier : Orleans.Serialization.Cloning.IBaseCopier<System.Collections.ArrayList>, Orleans.Serialization.Cloning.IDeepCopier<System.Collections.ArrayList>
[<Orleans.RegisterCopier>]
type ArrayListCopier = class
    interface IDeepCopier<ArrayList>
    interface IDeepCopier
    interface IBaseCopier<ArrayList>
    interface IBaseCopier
Public NotInheritable Class ArrayListCopier
Implements IBaseCopier(Of ArrayList), IDeepCopier(Of ArrayList)
継承
ArrayListCopier
属性
実装

コンストラクター

ArrayListCopier()

ArrayListコピー機。

メソッド

DeepCopy(ArrayList, ArrayList, CopyContext)

から input メンバーを複製し、 に outputコピーします。

DeepCopy(ArrayList, CopyContext)

指定された入力のディープ コピーを作成します。

適用対象