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

◆ IsFixed

virtual bool System.Xml.Schema.XmlSchemaFacet.IsFixed
getsetinherited

Definition at line 29 of file XmlSchemaFacet.cs.

30 {
31 get
32 {
33 return _isFixed;
34 }
35 set
36 {
37 if (!(this is XmlSchemaEnumerationFacet) && !(this is XmlSchemaPatternFacet))
38 {
40 }
41 }
42 }