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

◆ DefaultNamespace

virtual string System.Xml.XmlNamespaceManager.DefaultNamespace
getinherited

Definition at line 46 of file XmlNamespaceManager.cs.

47 {
48 get
49 {
50 string text = LookupNamespace(string.Empty);
51 if (text != null)
52 {
53 return text;
54 }
55 return string.Empty;
56 }
57 }
virtual ? string LookupNamespace(string prefix)