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

◆ IsChameleon

bool System.Xml.Schema.XmlSchema.IsChameleon
getsetpackage

Definition at line 342 of file XmlSchema.cs.

343 {
344 get
345 {
346 return _isChameleon;
347 }
348 set
349 {
351 }
352 }

Referenced by System.Xml.Schema.Preprocessor.ValidateQNameAttribute().