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

获取关联属性的序列化顺序。

适用于