Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
NamespaceURI
override
string
System.Xml.DocumentXPathNavigator.NamespaceURI
get
Definition at line
32
of file
DocumentXPathNavigator.cs
.
33
{
34
get
35
{
36
if
(
_source
is
XmlAttribute { IsNamespace:
not
false
})
37
{
38
return
string
.Empty;
39
}
40
return
_source
.
NamespaceURI
;
41
}
42
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Xml.DocumentXPathNavigator._source
XmlNode _source
Definition
DocumentXPathNavigator.cs:13
System.Xml.XmlNode.NamespaceURI
virtual string NamespaceURI
Definition
XmlNode.cs:139
System
Xml
DocumentXPathNavigator
Generated by
1.10.0