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

◆ ReadAsDouble()

override? double Newtonsoft.Json.JsonTextReader.ReadAsDouble ( )
inlinevirtual

Reimplemented from Newtonsoft.Json.JsonReader.

Definition at line 422 of file JsonTextReader.cs.

423 {
424 if (this.ReadNumberValue(ReadType.ReadAsDouble) != null)
425 {
426 }
427 throw new InvalidCastException();
428 }
object ReadNumberValue(ReadType readType)

References Newtonsoft.Json.JsonTextReader.ReadNumberValue().