Edit

Share via


FSharpMapCopier<TKey,TValue> Class

Definition

[Orleans.RegisterCopier]
public class FSharpMapCopier<TKey,TValue> : Orleans.Serialization.Cloning.IDeepCopier<Microsoft.FSharp.Collections.FSharpMap<TKey,TValue>>
[<Orleans.RegisterCopier>]
type FSharpMapCopier<'Key, 'Value> = class
    interface IDeepCopier<Map<'Key, 'Value>>
    interface IDeepCopier
Public Class FSharpMapCopier(Of TKey, TValue)
Implements IDeepCopier(Of FSharpMap(Of TKey, TValue))

Type Parameters

TKey
TValue
Inheritance
FSharpMapCopier<TKey,TValue>
Attributes
Implements
IDeepCopier IDeepCopier<Microsoft.FSharp.Collections.FSharpMap<TKey,TValue>>

Constructors

FSharpMapCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>)

Methods

DeepCopy(FSharpMap<TKey,TValue>, CopyContext)

Applies to