DictionaryCopier<TKey,TValue> クラス

定義

Dictionary<TKey,TValue>コピー機。

[Orleans.RegisterCopier]
public sealed class DictionaryCopier<TKey,TValue> : Orleans.Serialization.Cloning.IBaseCopier<System.Collections.Generic.Dictionary<TKey,TValue>>, Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Generic.Dictionary<TKey,TValue>>
[<Orleans.RegisterCopier>]
type DictionaryCopier<'Key, 'Value> = class
    interface IDeepCopier<Dictionary<'Key, 'Value>>
    interface IDeepCopier
    interface IBaseCopier<Dictionary<'Key, 'Value>>
    interface IBaseCopier
Public NotInheritable Class DictionaryCopier(Of TKey, TValue)
Implements IBaseCopier(Of Dictionary(Of TKey, TValue)), IDeepCopier(Of Dictionary(Of TKey, TValue))

型パラメーター

TKey

t キーの型。

TValue

t 値の型。

継承
DictionaryCopier<TKey,TValue>
属性
実装

コンストラクター

DictionaryCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>)

DictionaryCopier<TKey,TValue> クラスの新しいインスタンスを初期化します。

メソッド

DeepCopy(Dictionary<TKey,TValue>, CopyContext)

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

DeepCopy(Dictionary<TKey,TValue>, Dictionary<TKey,TValue>, CopyContext)

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

適用対象