共用方式為


ImmutableDictionaryCopier<TKey,TValue>.DeepCopy 方法

定義

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

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

參數

input
ImmutableDictionary<TKey,TValue>

輸入。

context
CopyContext

內容。

傳回

ImmutableDictionary<TKey,TValue>

input 的複本。

實作

適用於