ConcurrentDictionaryCopier<TKey,TValue> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
[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>
- 属性
- 実装
-
IBaseCopier IBaseCopier<ConcurrentDictionary<TKey,TValue>> IDeepCopier IDeepCopier<ConcurrentDictionary<TKey,TValue>>
コンストラクター
ConcurrentDictionaryCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>) |
ConcurrentDictionaryCopier<TKey,TValue> クラスの新しいインスタンスを初期化します。 |
メソッド
DeepCopy(ConcurrentDictionary<TKey,TValue>, ConcurrentDictionary<TKey,TValue>, CopyContext) |
から |
DeepCopy(ConcurrentDictionary<TKey,TValue>, CopyContext) |
指定された入力のディープ コピーを作成します。 |