Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
BaseURI
override
string
System.Xml.XPath.XNodeNavigator.BaseURI
get
Definition at line
22
of file
XNodeNavigator.cs
.
23
{
24
get
25
{
26
if
(
_source
!=
null
)
27
{
28
return
_source
.
BaseUri
;
29
}
30
if
(
_parent
!=
null
)
31
{
32
return
_parent
.
BaseUri
;
33
}
34
return
string
.Empty;
35
}
36
}
System.Xml.Linq.XObject.BaseUri
string BaseUri
Definition
XObject.cs:12
System.Xml.XPath.XNodeNavigator._source
XObject _source
Definition
XNodeNavigator.cs:16
System.Xml.XPath.XNodeNavigator._parent
XElement _parent
Definition
XNodeNavigator.cs:18
System
Xml
XPath
XNodeNavigator
Generated by
1.10.0