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

◆ SchemaTypeName

XmlQualifiedName System.Xml.Schema.XmlSchemaAttribute.SchemaTypeName
getset

Definition at line 100 of file XmlSchemaAttribute.cs.

101 {
102 get
103 {
104 return _typeName;
105 }
106 set
107 {
108 _typeName = ((value == null) ? XmlQualifiedName.Empty : value);
109 }
110 }