Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetPath()
[2/2]
override
void
System.Text.Json.Nodes.JsonValue
< TValue >.GetPath
(
List
<
string
>
path
,
JsonNode
child
)
inline
package
inherited
Definition at line
327
of file
JsonValue.cs
.
328
{
329
if
(
base
.Parent !=
null
)
330
{
331
base
.Parent.GetPath(
path
,
this
);
332
}
333
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Text
Json
Nodes
JsonValueTrimmable
Generated by
1.10.0