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

◆ ElementNode

XmlElementNode System.Xml.XmlBaseReader.ElementNode
getprotectedinherited

Definition at line 1107 of file XmlBaseReader.cs.

1108 {
1109 get
1110 {
1111 if (_depth == 0)
1112 {
1113 return _rootElementNode;
1114 }
1115 return _elementNodes[_depth];
1116 }
1117 }
readonly XmlElementNode _rootElementNode
XmlElementNode[] _elementNodes