Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
XmlLang
override
string
System.Xml.XmlAttribute.XmlLang
get
package
inherited
Definition at line
135
of file
XmlAttribute.cs
.
136
{
137
get
138
{
139
if
(
OwnerElement
!=
null
)
140
{
141
return
OwnerElement
.
XmlLang
;
142
}
143
return
string
.Empty;
144
}
145
}
System.Xml.XmlAttribute.OwnerElement
virtual ? XmlElement OwnerElement
Definition
XmlAttribute.cs:99
System.Xml.XmlNode.XmlLang
virtual string XmlLang
Definition
XmlNode.cs:322
System
Xml
XmlUnspecifiedAttribute
Generated by
1.10.0