Partilhar via


FSharpMapCopier<TKey,TValue> Classe

Definição

[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))

Parâmetros de tipo

TKey
TValue
Herança
FSharpMapCopier<TKey,TValue>
Atributos
Implementações
IDeepCopier IDeepCopier<Microsoft.FSharp.Collections.FSharpMap<TKey,TValue>>

Construtores

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

Métodos

DeepCopy(FSharpMap<TKey,TValue>, CopyContext)

Aplica-se a