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

◆ GetPrefixOfNamespace()

virtual string System.Xml.XmlNode.GetPrefixOfNamespace ( string namespaceURI)
inlinevirtualinherited

Definition at line 1124 of file XmlNode.cs.

1125 {
1127 if (prefixOfNamespaceStrict == null)
1128 {
1129 return string.Empty;
1130 }
1132 }
string GetPrefixOfNamespaceStrict(string namespaceURI)
Definition XmlNode.cs:1134

References System.Xml.Dictionary, and System.Xml.XmlNode.GetPrefixOfNamespaceStrict().