JsonNode.AsValue 方法

定义

强制转换为派生 JsonValue 类型。

public:
 System::Text::Json::Nodes::JsonValue ^ AsValue();
public System.Text.Json.Nodes.JsonValue AsValue ();
member this.AsValue : unit -> System.Text.Json.Nodes.JsonValue
Public Function AsValue () As JsonValue

返回

JsonValue

一个 JsonValue

例外

适用于