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

◆ HasAttributes

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

Definition at line 421 of file XPathNavigator.cs.

422 {
423 get
424 {
426 {
427 return false;
428 }
429 MoveToParent();
430 return true;
431 }
432 }

Referenced by System.Xml.Xsl.XsltOld.CopyAttributesAction.Execute().