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

◆ ParseTimeAndZoneAndWhitespace()

bool System.Xml.Schema.XsdDateTime.Parser.ParseTimeAndZoneAndWhitespace ( int start)
inlineprivate

Definition at line 508 of file XsdDateTime.cs.

509 {
510 bool flag = this.ParseTime(start);
511 bool flag2 = this.ParseZoneAndWhitespace(start);
512 return true;
513 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.Xml.Schema.XsdDateTime.Parser.ParseTime(), and System.Xml.Schema.XsdDateTime.Parser.ParseZoneAndWhitespace().

Referenced by System.Xml.Schema.XsdDateTime.Parser.Parse().