JsonArray.Create(JsonElement, Nullable<JsonNodeOptions>) 메서드

정의

지정된 JsonElement항목이 포함된 클래스의 JsonArray 새 인스턴스를 초기화합니다.

public static System.Text.Json.Nodes.JsonArray? Create (System.Text.Json.JsonElement element, System.Text.Json.Nodes.JsonNodeOptions? options = default);
static member Create : System.Text.Json.JsonElement * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonArray
Public Shared Function Create (element As JsonElement, Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonArray

매개 변수

options
Nullable<JsonNodeOptions>

동작을 제어하는 옵션입니다.

반환

JsonArray

지정된 JsonElement항목이 JsonArray 들어 있는 클래스의 새 인스턴스입니다.

예외

elementArray가 아닌 경우

적용 대상