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

◆ AttributeType

object? System.Xml.Schema.XmlSchemaAttribute.AttributeType
get

Definition at line 144 of file XmlSchemaAttribute.cs.

145 {
146 get
147 {
148 if (_attributeType == null)
149 {
150 return null;
151 }
152 if (_attributeType.QualifiedName.Namespace == "http://www.w3.org/2001/XMLSchema")
153 {
155 }
156 return _attributeType;
157 }
158 }