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() [1/2]

void Mono.Xml.SmallXmlParser.SkipWhitespaces ( )
inlineinherited

Definition at line 84 of file SmallXmlParser.cs.

85 {
86 TextReader textReader = this.reader;
87 int num = this.Read();
88 }

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

Referenced by Mono.Xml.SmallXmlParser.ReadAttribute().