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

◆ MoveNext()

override bool MS.Internal.Xml.XPath.XPathEmptyIterator.MoveNext ( )
inline

Definition at line 24 of file XPathEmptyIterator.cs.

25 {
26 return false;
27 }