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

◆ LookupNamespace() [1/2]

override string System.Xml.XmlSubtreeReader.LookupNamespace ( string prefix)
inline

Implements System.Xml.IXmlNamespaceResolver.

Definition at line 1054 of file XmlSubtreeReader.cs.

1055 {
1056 return ((IXmlNamespaceResolver)this).LookupNamespace(prefix);
1057 }

References System.prefix.