System.Text.Json.Nodes.JsonValueOfElement sealed class JsonValueOfElement : JsonValue<JsonElement> Documentation Code namespace System.Text.Json.Nodes { internal sealed class JsonValueOfElement : JsonValue<JsonElement> { public JsonValueOfElement(JsonElement value, JsonNodeOptions? options); } }