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
getinherited

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 }
new Type GetType()
Definition Type.cs:287