FSharpMapCopier<TKey,TValue> Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
[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))
Paramètres de type
- TKey
- TValue
- Héritage
-
FSharpMapCopier<TKey,TValue>
- Attributs
- Implémente
-
IDeepCopier IDeepCopier<Microsoft.FSharp.Collections.FSharpMap<TKey,TValue>>
Constructeurs
FSharpMapCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>) |
Méthodes
DeepCopy(FSharpMap<TKey,TValue>, CopyContext) |