terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
◆
Value
new
JToken
Newtonsoft.Json.Linq.JProperty.Value
get
set
Definition at line
59
of file
JProperty.cs
.
60
{
61
[
DebuggerStepThrough
]
62
get
63
{
64
return
this.
_content
._token;
65
}
66
set
67
{
68
base
.
CheckReentrancy
();
69
if
(
value
==
null
)
70
{
71
JValue jvalue = JValue.CreateNull();
72
}
73
if
(this.
_content
._token !=
null
)
74
{
75
return
;
76
}
77
}
78
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Newtonsoft.Json.Linq.JContainer.CheckReentrancy
void CheckReentrancy()
Definition
JContainer.cs:93
Newtonsoft.Json.Linq.JProperty._content
readonly JProperty.JPropertyList _content
Definition
JProperty.cs:364
System.ExceptionArgument.value
@ value
Newtonsoft
Json
Linq
JProperty
Generated by
1.10.0