다음을 통해 공유


IdAttribute 클래스

정의

멤버의 고유 ID를 지정합니다.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property | System.AttributeTargets.Struct)]
public sealed class IdAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property | System.AttributeTargets.Struct)>]
type IdAttribute = class
    inherit Attribute
Public NotInheritable Class IdAttribute
Inherits Attribute
상속
IdAttribute
특성

설명

적용된 형식의 모든 직렬화 가능 멤버에는 GenerateSerializerAttribute 고유한 Id 값으로 하나의 IdAttribute 특성이 적용되어야 합니다.

생성자

IdAttribute(UInt32)

IdAttribute 클래스의 새 인스턴스를 초기화합니다.

속성

Id

식별자를 가져옵니다.

적용 대상

추가 정보