IdAttribute 类

定义

指定成员的唯一标识。

[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中的每个可序列化成员都必须应用一个具有唯IdIdAttribute值的属性。

构造函数

IdAttribute(UInt32)

初始化 IdAttribute 类的新实例。

属性

Id

获取标识符。

适用于

另请参阅