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