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

関連付けられたプロパティのシリアル化の順序を取得します。

適用対象