다음을 통해 공유


JsonNode.Root 속성

정의

루트 JsonNode를 가져옵니다.

public:
 property System::Text::Json::Nodes::JsonNode ^ Root { System::Text::Json::Nodes::JsonNode ^ get(); };
public System.Text.Json.Nodes.JsonNode Root { get; }
member this.Root : System.Text.Json.Nodes.JsonNode
Public ReadOnly Property Root As JsonNode

속성 값

설명

루트인 경우 현재 노드가 반환됩니다.

적용 대상