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

◆ HasChildren

virtual bool System.Xml.XPath.XPathNavigator.HasChildren
getinherited

Definition at line 434 of file XPathNavigator.cs.

435 {
436 get
437 {
438 if (MoveToFirstChild())
439 {
440 MoveToParent();
441 return true;
442 }
443 return false;
444 }
445 }

Referenced by System.Xml.Xsl.XsltOld.ApplyTemplatesAction.Execute(), and System.Xml.Xsl.XsltOld.CopyNodeSetAction.Execute().