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

◆ IsFoliated

bool System.Xml.XmlBoundElement.IsFoliated
getpackage

Definition at line 125 of file XmlBoundElement.cs.

126 {
127 get
128 {
129 while (_state == ElementState.Foliating || _state == ElementState.Defoliating)
130 {
131 Thread.Sleep(0);
132 }
133 return _state != ElementState.Defoliated;
134 }
135 }
static void Sleep(int millisecondsTimeout)
Definition Thread.cs:658

Referenced by System.Xml.XPathNodePointer.GetNamespace(), System.Xml.XPathNodePointer.MoveToNextNamespace(), and System.Xml.XmlDataDocument.OnColumnChanged().