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
◆
ValueType
virtual
Type
Newtonsoft.Json.JsonReader.ValueType
get
inherited
Definition at line
167
of file
JsonReader.cs
.
168
{
169
get
170
{
171
object
value
= this.
_value
;
172
Type
type;
173
if
(
value
!=
null
)
174
{
175
type =
value
.
GetType
();
176
return
type;
177
}
178
return
type;
179
}
180
}
Newtonsoft.Json.JsonReader._value
object _value
Definition
JsonReader.cs:900
System.Type.GetType
new Type GetType()
Definition
Type.cs:287
System.Type
Definition
Type.cs:12
System.ExceptionArgument.value
@ value
Newtonsoft
Json
Linq
JTokenReader
Generated by
1.10.0