OrleansConstructorAttribute 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.
Spécifie le constructeur que le sérialiseur doit utiliser lors de la création de nouvelles instances à partir de données sérialisées.
[System.AttributeUsage(System.AttributeTargets.Constructor)]
public sealed class OrleansConstructorAttribute : Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesConstructorAttribute
[<System.AttributeUsage(System.AttributeTargets.Constructor)>]
type OrleansConstructorAttribute = class
inherit ActivatorUtilitiesConstructorAttribute
Public NotInheritable Class OrleansConstructorAttribute
Inherits ActivatorUtilitiesConstructorAttribute
- Héritage
-
OrleansConstructorAttribute
- Attributs
Remarques
Au plus un constructeur peut être annoté avec cet attribut. Si plusieurs constructeurs sont annotés, la présence de cet attribut est ignorée.
Constructeurs
OrleansConstructorAttribute() |
Initialise une nouvelle instance de la classe OrleansConstructorAttribute. |