OrleansConstructorAttribute 类

定义

指定序列化程序在从序列化数据创建新实例时应使用的构造函数。

[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
继承
OrleansConstructorAttribute
属性

注解

最多可以使用此属性批注一个构造函数。 如果批注了多个构造函数,则忽略此属性的存在。

构造函数

OrleansConstructorAttribute()

初始化 OrleansConstructorAttribute 类的新实例。

适用于

另请参阅