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
get
set
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
{
258
Type
type2
=
value
.
GetType
();
259
return
;
260
}
261
}
262
else
263
{
264
while
(
value
!=
null
)
265
{
266
}
267
}
268
JTokenType
valueType
= this.
_valueType
;
269
JTokenType
jtokenType
;
270
this._valueType
=
jtokenType
;
271
this._value
=
value
;
272
}
273
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Newtonsoft.Json.Linq.JValue._valueType
JTokenType _valueType
Definition
JValue.cs:644
Newtonsoft.Json.Linq.JValue._value
object _value
Definition
JValue.cs:647
System.Type.GetType
new Type GetType()
Definition
Type.cs:287
System.Type
Definition
Type.cs:12
System.ExceptionArgument.value
@ value
Newtonsoft
Json
Linq
JValue
Generated by
1.10.0