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

◆ LookupNamespace()

override string System.Xml.DocumentXPathNavigator.LookupNamespace ( string prefix)
inlinevirtual

Reimplemented from System.Xml.XPath.XPathNavigator.

Definition at line 647 of file DocumentXPathNavigator.cs.

648 {
649 string text = base.LookupNamespace(prefix);
650 if (text != null)
651 {
653 }
654 return text;
655 }
void Add(TKey key, TValue value)

References System.Xml.NameTable.Add(), System.prefix, and System.text.