Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
XPNodeType
override
XPathNodeType
System.Xml.XmlAttribute.XPNodeType
get
package
inherited
Definition at line
147
of file
XmlAttribute.cs
.
148
{
149
get
150
{
151
if
(
IsNamespace
)
152
{
153
return
XPathNodeType
.Namespace;
154
}
155
return
XPathNodeType
.Attribute;
156
}
157
}
System.Xml.XmlAttribute.IsNamespace
bool IsNamespace
Definition
XmlAttribute.cs:171
System.Xml.XPath.XPathNodeType
XPathNodeType
Definition
XPathNodeType.cs:4
System
Xml
XmlUnspecifiedAttribute
Generated by
1.10.0