Redigera

Dela via


FSharpMapCopier<TKey,TValue>.DeepCopy Method

Definition

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

Parameters

input
Microsoft.FSharp.Collections.FSharpMap<TKey,TValue>
context
CopyContext

Returns

Microsoft.FSharp.Collections.FSharpMap<TKey,TValue>

Implements

Applies to