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

◆ LookupNamespace() [1/3]

Namespace System.Xml.XmlBaseReader.LookupNamespace ( PrefixHandle prefix)
inlineprotectedinherited

Definition at line 1813 of file XmlBaseReader.cs.

1814 {
1816 if (@namespace == null)
1817 {
1818 XmlExceptionHelper.ThrowUndefinedPrefix(this, prefix.GetString());
1819 }
1820 return @namespace;
1821 }

References System.Xml.Dictionary, System.prefix, and System.Xml.XmlExceptionHelper.ThrowUndefinedPrefix().