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

◆ MoveToFirstAttribute()

override bool System.Xml.XPath.XNodeNavigator.MoveToFirstAttribute ( )
inline

Definition at line 337 of file XNodeNavigator.cs.

338 {
340 {
341 foreach (XAttribute item in xElement.Attributes())
342 {
343 if (!item.IsNamespaceDeclaration)
344 {
345 _source = item;
346 return true;
347 }
348 }
349 }
350 return false;
351 }

References System.Xml.XPath.XNodeNavigator._source, System.Xml.Dictionary, and System.item.