다음을 통해 공유


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

속성의 순서입니다.

적용 대상