Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ XPNodeType

override XPathNodeType System.Xml.XmlAttribute.XPNodeType
getpackageinherited

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 }