Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
XmlSpace
override
XmlSpace
System.Xml.XmlAttribute.XmlSpace
get
package
inherited
Definition at line
123
of file
XmlAttribute.cs
.
124
{
125
get
126
{
127
if
(
OwnerElement
!=
null
)
128
{
129
return
OwnerElement
.
XmlSpace
;
130
}
131
return
XmlSpace.None;
132
}
133
}
System.Xml.XmlAttribute.OwnerElement
virtual ? XmlElement OwnerElement
Definition
XmlAttribute.cs:99
System.Xml.XmlNode.XmlSpace
virtual XmlSpace XmlSpace
Definition
XmlNode.cs:295
System
Xml
XmlUnspecifiedAttribute
Generated by
1.10.0