다음을 통해 공유


OrleansConstructorAttribute 클래스

정의

직렬화된 데이터에서 새 인스턴스를 만들 때 serializer에서 사용해야 하는 생성자를 지정합니다.

[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 클래스의 새 인스턴스를 초기화합니다.

적용 대상

추가 정보