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

◆ SkipWhitespaces() [2/2]

void Mono.Xml.SmallXmlParser.SkipWhitespaces ( bool expected)
inlineinherited

Definition at line 100 of file SmallXmlParser.cs.

101 {
102 TextReader textReader = this.reader;
103 int num = this.Read();
104 }

References Mono.Xml.SmallXmlParser.Read(), and Mono.Xml.SmallXmlParser.reader.