ConcurrentDictionaryCopier<TKey,TValue> クラス

定義

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

型パラメーター

TKey

t キーの型。

TValue

t 値の型。

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

コンストラクター

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

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

メソッド

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

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

DeepCopy(ConcurrentDictionary<TKey,TValue>, CopyContext)

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

適用対象