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

◆ GetDefaultNamespace()

XNamespace System.Xml.Linq.XElement.GetDefaultNamespace ( )
inline

Definition at line 269 of file XElement.cs.

270 {
272 if (namespaceOfPrefixInScope == null)
273 {
274 return XNamespace.None;
275 }
276 return XNamespace.Get(namespaceOfPrefixInScope);
277 }
string GetNamespaceOfPrefixInScope(string prefix, XElement outOfScope)
Definition XElement.cs:1095

References System.Xml.Linq.XNamespace.Get(), System.Xml.Linq.XElement.GetNamespaceOfPrefixInScope(), and System.Xml.Linq.XNamespace.None.