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