JsonPropertyOrderAttribute(Int32) Konstruktor

Definition

Initierar en ny instans av JsonPropertyNameAttribute med den angivna ordningen.

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)

Parametrar

order
Int32

Ordningen på egenskapen.

Gäller för