Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
DefaultNamespace
virtual
string
System.Xml.XmlNamespaceManager.DefaultNamespace
get
inherited
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
}
System.Xml.XmlNamespaceManager.LookupNamespace
virtual ? string LookupNamespace(string prefix)
Definition
XmlNamespaceManager.cs:227
System.Xml.PrefixHandleType.Empty
@ Empty
System.ExceptionArgument.text
@ text
System
Xml
Xsl
XsltContext
Generated by
1.10.0