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

◆ IsProcessing

bool System.Xml.Schema.XmlSchemaObject.IsProcessing
getsetpackageinherited

Definition at line 113 of file XmlSchemaObject.cs.

114 {
115 get
116 {
117 return _isProcessing;
118 }
119 set
120 {
122 }
123 }