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

◆ HasDefault

bool System.Xml.Schema.XmlSchemaElement.HasDefault
getpackage

Definition at line 273 of file XmlSchemaElement.cs.

274 {
275 get
276 {
277 if (_defaultValue != null)
278 {
279 return _defaultValue.Length > 0;
280 }
281 return false;
282 }
283 }

Referenced by System.Xml.Serialization.XmlSchemaImporter.ImportElementMember().