SortedDictionaryCopier<TKey,TValue>.DeepCopy メソッド

定義

オーバーロード

DeepCopy(SortedDictionary<TKey,TValue>, CopyContext)

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

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

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

DeepCopy(SortedDictionary<TKey,TValue>, CopyContext)

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

public System.Collections.Generic.SortedDictionary<TKey,TValue> DeepCopy (System.Collections.Generic.SortedDictionary<TKey,TValue> input, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : System.Collections.Generic.SortedDictionary<'Key, 'Value> * Orleans.Serialization.Cloning.CopyContext -> System.Collections.Generic.SortedDictionary<'Key, 'Value>
override this.DeepCopy : System.Collections.Generic.SortedDictionary<'Key, 'Value> * Orleans.Serialization.Cloning.CopyContext -> System.Collections.Generic.SortedDictionary<'Key, 'Value>
Public Function DeepCopy (input As SortedDictionary(Of TKey, TValue), context As CopyContext) As SortedDictionary(Of TKey, TValue)

パラメーター

input
SortedDictionary<TKey,TValue>

入力。

context
CopyContext

コンテキスト。

戻り値

SortedDictionary<TKey,TValue>

input のコピーです。

実装

適用対象

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

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

public void DeepCopy (System.Collections.Generic.SortedDictionary<TKey,TValue> input, System.Collections.Generic.SortedDictionary<TKey,TValue> output, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : System.Collections.Generic.SortedDictionary<'Key, 'Value> * System.Collections.Generic.SortedDictionary<'Key, 'Value> * Orleans.Serialization.Cloning.CopyContext -> unit
override this.DeepCopy : System.Collections.Generic.SortedDictionary<'Key, 'Value> * System.Collections.Generic.SortedDictionary<'Key, 'Value> * Orleans.Serialization.Cloning.CopyContext -> unit
Public Sub DeepCopy (input As SortedDictionary(Of TKey, TValue), output As SortedDictionary(Of TKey, TValue), context As CopyContext)

パラメーター

input
SortedDictionary<TKey,TValue>

入力。

output
SortedDictionary<TKey,TValue>

出力。

context
CopyContext

コンテキスト。

実装

適用対象