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

◆ ReadAsDateTime()

override? DateTime Newtonsoft.Json.JsonTextReader.ReadAsDateTime ( )
inlinevirtual

Reimplemented from Newtonsoft.Json.JsonReader.

Definition at line 190 of file JsonTextReader.cs.

191 {
192 if (this.ReadStringValue(ReadType.ReadAsDateTime) != null)
193 {
194 }
195 throw new InvalidCastException();
196 }
object ReadStringValue(ReadType readType)

References Newtonsoft.Json.JsonTextReader.ReadStringValue().