FSharpRefCopier<T> 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 FSharpRefCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<Microsoft.FSharp.Core.FSharpRef<T>>
[<Orleans.RegisterCopier>]
type FSharpRefCopier<'T> = class
interface IDeepCopier<ref<'T>>
interface IDeepCopier
Public Class FSharpRefCopier(Of T)
Implements IDeepCopier(Of FSharpRef(Of T))
Paramètres de type
- T
- Héritage
-
FSharpRefCopier<T>
- Attributs
- Implémente
-
IDeepCopier IDeepCopier<Microsoft.FSharp.Core.FSharpRef<T>>
Constructeurs
FSharpRefCopier<T>(IDeepCopier<T>) |
Méthodes
DeepCopy(FSharpRef<T>, CopyContext) |