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 object Newtonsoft.Json.Linq.JValue.Value
getset

Definition at line 244 of file JValue.cs.

245 {
246 get
247 {
248 return this._value;
249 }
250 set
251 {
252 object value2 = this._value;
253 if (value2 != null)
254 {
255 Type type = value2.GetType();
256 if (value != null)
257 {
259 return;
260 }
261 }
262 else
263 {
264 while (value != null)
265 {
266 }
267 }
268 JTokenType valueType = this._valueType;
269 JTokenType jtokenType;
272 }
273 }
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287