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()

virtual ? DateTime Newtonsoft.Json.JsonReader.ReadAsDateTime ( )
inlinevirtualinherited

Reimplemented in Newtonsoft.Json.JsonTextReader, and Newtonsoft.Json.Serialization.TraceJsonReader.

Definition at line 629 of file JsonReader.cs.

630 {
631 DateTime? dateTime;
632 if (this.GetContentToken() != JsonToken.None)
633 {
634 if (this != null)
635 {
636 }
637 return dateTime;
638 }
639 return dateTime;
640 }

References Newtonsoft.Json.JsonReader.GetContentToken().