Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
BaseURI
override
string
System.Xml.XmlAttribute.BaseURI
get
inherited
Definition at line
111
of file
XmlAttribute.cs
.
112
{
113
get
114
{
115
if
(
OwnerElement
!=
null
)
116
{
117
return
OwnerElement
.
BaseURI
;
118
}
119
return
string
.Empty;
120
}
121
}
System.Xml.XmlAttribute.OwnerElement
virtual ? XmlElement OwnerElement
Definition
XmlAttribute.cs:99
System.Xml.XmlNode.BaseURI
virtual string BaseURI
Definition
XmlNode.cs:233
System
Xml
XmlUnspecifiedAttribute
Generated by
1.10.0