Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
XPLocalName
override
string
System.Xml.XmlAttribute.XPLocalName
get
package
inherited
Definition at line
159
of file
XmlAttribute.cs
.
160
{
161
get
162
{
163
if
(
_name
.
Prefix
.Length == 0 &&
_name
.
LocalName
==
"xmlns"
)
164
{
165
return
string
.Empty;
166
}
167
return
_name
.
LocalName
;
168
}
169
}
System.Xml.XmlAttribute._name
XmlName _name
Definition
XmlAttribute.cs:9
System.Xml.XmlName.Prefix
string Prefix
Definition
XmlName.cs:25
System.Xml.XmlName.LocalName
string LocalName
Definition
XmlName.cs:21
System
Xml
XmlUnspecifiedAttribute
Generated by
1.10.0