共用方式為


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 類別的新執行個體。

適用於

另請參閱