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

◆ ParseTimeAndWhitespace()

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

Definition at line 516 of file XsdDateTime.cs.

517 {
518 bool flag = this.ParseTime(start);
519 int num = this.length;
520 return flag;
521 }

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