共用方式為


DictionaryCopier<TKey,TValue>.DeepCopy 方法

定義

多載

DeepCopy(Dictionary<TKey,TValue>, CopyContext)

建立所提供輸入的深層複本。

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

從 複製成員 input ,並將其複製到 output

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

內容。

實作

適用於