PropertyOrderAttribute 類別

定義

PropertyOrderAttribute 指定屬性序列化的順序。

[System.AttributeUsage(System.AttributeTargets.Property)]
public class PropertyOrderAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type PropertyOrderAttribute = class
    inherit Attribute
Public Class PropertyOrderAttribute
Inherits Attribute
繼承
PropertyOrderAttribute
屬性

建構函式

PropertyOrderAttribute(Int32)

初始化 PropertyOrderAttribute 物件。

屬性

Order

取得相關聯屬性的序列化順序。

適用於