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

◆ BaseType

XmlSchemaSimpleType? System.Xml.Schema.XmlSchemaSimpleContentRestriction.BaseType
getset

Definition at line 31 of file XmlSchemaSimpleContentRestriction.cs.

32 {
33 get
34 {
35 return _baseType;
36 }
37 set
38 {
40 }
41 }