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
getset

Definition at line 59 of file JProperty.cs.

60 {
62 get
63 {
64 return this._content._token;
65 }
66 set
67 {
69 if (value == null)
70 {
71 JValue jvalue = JValue.CreateNull();
72 }
73 if (this._content._token != null)
74 {
75 return;
76 }
77 }
78 }
class f__AnonymousType0<< Count > j__TPar
readonly JProperty.JPropertyList _content
Definition JProperty.cs:364