ListCopier<T> クラス

定義

List<T>コピー機。

[Orleans.RegisterCopier]
public sealed class ListCopier<T> : Orleans.Serialization.Cloning.IBaseCopier<System.Collections.Generic.List<T>>, Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Generic.List<T>>
[<Orleans.RegisterCopier>]
type ListCopier<'T> = class
    interface IDeepCopier<List<'T>>
    interface IDeepCopier
    interface IBaseCopier<List<'T>>
    interface IBaseCopier
Public NotInheritable Class ListCopier(Of T)
Implements IBaseCopier(Of List(Of T)), IDeepCopier(Of List(Of T))

型パラメーター

T

要素型。

継承
ListCopier<T>
属性
実装

コンストラクター

ListCopier<T>(IDeepCopier<T>)

ListCopier<T> クラスの新しいインスタンスを初期化します。

メソッド

DeepCopy(List<T>, CopyContext)

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

DeepCopy(List<T>, List<T>, CopyContext)

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

適用対象