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

◆ HasConstraints

bool System.Xml.Schema.XmlSchemaElement.HasConstraints
getpackage

Definition at line 285 of file XmlSchemaElement.cs.

286 {
287 get
288 {
289 if (_constraints != null)
290 {
291 return _constraints.Count > 0;
292 }
293 return false;
294 }
295 }
XmlSchemaObjectCollection _constraints

Referenced by System.Xml.Schema.Preprocessor.PreprocessLocalElement(), and System.Xml.Schema.SchemaCollectionPreprocessor.PreprocessLocalElement().