다음을 통해 공유


UnorderedAttribute 클래스

정의

순서가 지정되지 않은 특성은 메시지 배달 순서가 중요하지 않은 조직 인터페이스를 표시하는 데 사용됩니다.

[System.AttributeUsage(System.AttributeTargets.Interface)]
public sealed class UnorderedAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Interface)>]
type UnorderedAttribute = class
    inherit Attribute
Public NotInheritable Class UnorderedAttribute
Inherits Attribute
상속
UnorderedAttribute
특성

생성자

UnorderedAttribute()

순서가 지정되지 않은 특성은 메시지 배달 순서가 중요하지 않은 조직 인터페이스를 표시하는 데 사용됩니다.

적용 대상