JsonArray.Create(JsonElement, Nullable<JsonNodeOptions>) メソッド

定義

指定した項目を含むクラスの JsonArray 新しいインスタンスを初期化します JsonElement

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 ではありません。

適用対象