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

◆ ReadAsDateTimeOffset()

override? DateTimeOffset Newtonsoft.Json.JsonTextReader.ReadAsDateTimeOffset ( )
inlinevirtual

Reimplemented from Newtonsoft.Json.JsonReader.

Definition at line 404 of file JsonTextReader.cs.

405 {
406 if (this.ReadStringValue(ReadType.ReadAsDateTimeOffset) != null)
407 {
408 }
409 throw new InvalidCastException();
410 }
object ReadStringValue(ReadType readType)

References Newtonsoft.Json.JsonTextReader.ReadStringValue().