JsonPropertyOrderAttribute(Int32) 构造函数

定义

使用指定顺序初始化 的新 JsonPropertyNameAttribute 实例。

public:
 JsonPropertyOrderAttribute(int order);
public JsonPropertyOrderAttribute (int order);
new System.Text.Json.Serialization.JsonPropertyOrderAttribute : int -> System.Text.Json.Serialization.JsonPropertyOrderAttribute
Public Sub New (order As Integer)

参数

order
Int32

属性的顺序。

适用于