JsonNode.Parent 属性

定义

获取父 JsonNode。 如果没有父级, null 则返回。 父级可以是一个 JsonObject 或一个 JsonArray

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

适用于