共用方式為


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

內容。

實作

適用於