PropertyOrderAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 |
获取关联属性的序列化顺序。 |