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

◆ HasDefaultValue

bool System.Xml.Schema.XmlSchemaInfo.HasDefaultValue
getpackage

Definition at line 145 of file XmlSchemaInfo.cs.

146 {
147 get
148 {
149 if (_schemaElement != null)
150 {
152 }
153 return false;
154 }
155 }

Referenced by System.Xml.XsdValidatingReader.GetIsDefault().