DictionaryCopier<TKey,TValue>.DeepCopy メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DeepCopy(Dictionary<TKey,TValue>, CopyContext) |
指定された入力のディープ コピーを作成します。 |
DeepCopy(Dictionary<TKey,TValue>, Dictionary<TKey,TValue>, CopyContext) |
から |
DeepCopy(Dictionary<TKey,TValue>, CopyContext)
指定された入力のディープ コピーを作成します。
public System.Collections.Generic.Dictionary<TKey,TValue> DeepCopy (System.Collections.Generic.Dictionary<TKey,TValue> input, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : System.Collections.Generic.Dictionary<'Key, 'Value> * Orleans.Serialization.Cloning.CopyContext -> System.Collections.Generic.Dictionary<'Key, 'Value>
override this.DeepCopy : System.Collections.Generic.Dictionary<'Key, 'Value> * Orleans.Serialization.Cloning.CopyContext -> System.Collections.Generic.Dictionary<'Key, 'Value>
Public Function DeepCopy (input As Dictionary(Of TKey, TValue), context As CopyContext) As Dictionary(Of TKey, TValue)
パラメーター
- input
- Dictionary<TKey,TValue>
入力。
- context
- CopyContext
コンテキスト。
戻り値
Dictionary<TKey,TValue>
input
のコピーです。
実装
適用対象
DeepCopy(Dictionary<TKey,TValue>, Dictionary<TKey,TValue>, CopyContext)
から input
メンバーを複製し、 に output
コピーします。
public void DeepCopy (System.Collections.Generic.Dictionary<TKey,TValue> input, System.Collections.Generic.Dictionary<TKey,TValue> output, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : System.Collections.Generic.Dictionary<'Key, 'Value> * System.Collections.Generic.Dictionary<'Key, 'Value> * Orleans.Serialization.Cloning.CopyContext -> unit
override this.DeepCopy : System.Collections.Generic.Dictionary<'Key, 'Value> * System.Collections.Generic.Dictionary<'Key, 'Value> * Orleans.Serialization.Cloning.CopyContext -> unit
Public Sub DeepCopy (input As Dictionary(Of TKey, TValue), output As Dictionary(Of TKey, TValue), context As CopyContext)
パラメーター
- input
- Dictionary<TKey,TValue>
入力。
- output
- Dictionary<TKey,TValue>
出力。
- context
- CopyContext
コンテキスト。