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

◆ ElementState

ElementState System.Xml.XmlBoundElement.ElementState
getsetpackage

Definition at line 137 of file XmlBoundElement.cs.

138 {
139 get
140 {
141 return _state;
142 }
143 set
144 {
145 _state = value;
146 }
147 }

Referenced by System.Xml.RegionIterator.Next(), System.Xml.RegionIterator.NextInitialTextLikeNodes(), and System.Xml.RegionIterator.NextRight().