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

例外

適用対象