Compartir a través de


FSharpMapCopier<TKey,TValue> Clase

Definición

[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
Herencia
FSharpMapCopier<TKey,TValue>
Atributos
Implementaciones
IDeepCopier IDeepCopier<Microsoft.FSharp.Collections.FSharpMap<TKey,TValue>>

Constructores

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

Métodos

DeepCopy(FSharpMap<TKey,TValue>, CopyContext)

Se aplica a