Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Parent

JsonNode? System.Text.Json.Nodes.JsonNode.Parent
getsetinherited

Definition at line 25 of file JsonNode.cs.

26 {
27 get
28 {
29 return _parent;
30 }
31 internal set
32 {
33 _parent = value;
34 }
35 }

Referenced by System.Text.Json.Nodes.JsonNode.AssignParent(), and System.Text.Json.Nodes.JsonNode.GetPath().