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

◆ MoveToAttribute() [2/4]

override bool System.Xml.XmlBaseReader.MoveToAttribute ( string localName,
string namespaceUri )
inlineinherited

Definition at line 1923 of file XmlBaseReader.cs.

1924 {
1925 XmlNode attributeNode = GetAttributeNode(localName, namespaceUri);
1926 if (attributeNode == null)
1927 {
1928 return false;
1929 }
1931 return true;
1932 }
void MoveToNode(XmlNode node)
XmlAttributeNode GetAttributeNode(int index)

References System.Xml.Dictionary, System.Xml.XmlBaseReader.GetAttributeNode(), and System.Xml.XmlBaseReader.MoveToNode().