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

◆ ReadAsInt32()

override? int Newtonsoft.Json.JsonTextReader.ReadAsInt32 ( )
inlinevirtual

Reimplemented from Newtonsoft.Json.JsonReader.

Definition at line 181 of file JsonTextReader.cs.

182 {
183 if (this.ReadNumberValue(ReadType.ReadAsInt32) != null)
184 {
185 }
186 throw new InvalidCastException();
187 }
object ReadNumberValue(ReadType readType)

References Newtonsoft.Json.JsonTextReader.ReadNumberValue().