JsonPropertyOrderAttribute(Int32) Constructor

Definitie

Initialiseert een nieuw exemplaar van JsonPropertyNameAttribute met de opgegeven volgorde.

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)

Parameters

order
Int32

De volgorde van de eigenschap.

Van toepassing op