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

◆ ReadAsDecimal()

override? decimal Newtonsoft.Json.JsonTextReader.ReadAsDecimal ( )
inlinevirtual

Reimplemented from Newtonsoft.Json.JsonReader.

Definition at line 413 of file JsonTextReader.cs.

414 {
415 if (this.ReadNumberValue(ReadType.ReadAsDecimal) != null)
416 {
417 }
418 throw new InvalidCastException();
419 }
object ReadNumberValue(ReadType readType)

References Newtonsoft.Json.JsonTextReader.ReadNumberValue().