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

◆ NodeType

override XPathNodeType System.Xml.DocumentXPathNavigator.NodeType
get

Definition at line 21 of file DocumentXPathNavigator.cs.

22 {
23 get
24 {
26 return _source.XPNodeType;
27 }
28 }
virtual XPathNodeType XPNodeType
Definition XmlNode.cs:340