JsonNode.Parent 속성

정의

부모 JsonNode을 가져옵니다. 부모가 null 없으면 반환됩니다. 부모는 a 또는 JsonArray.JsonObject일 수 있습니다.

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

속성 값

JsonNode

적용 대상