Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ParseText_NoValue()

bool System.Xml.XmlTextReaderImpl.ParseText_NoValue ( int outOrChars,
int pos )
inlineprivate

Definition at line 11379 of file XmlTextReaderImpl.cs.

11380 {
11381 return (pos, pos, outOrChars, true);
11382 }

Referenced by System.Xml.XmlTextReaderImpl.ParseTextAsync(), and System.Xml.XmlTextReaderImpl.ParseTextAsync_AsyncFunc().