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