DictionaryCopier<TKey,TValue> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
の 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) |
から |