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

◆ GlobalAttributes

XmlSchemaObjectTable System.Xml.Schema.XmlSchemaSet.GlobalAttributes
get

Definition at line 101 of file XmlSchemaSet.cs.

102 {
103 get
104 {
105 if (attributes == null)
106 {
107 attributes = new XmlSchemaObjectTable();
108 }
109 return attributes;
110 }
111 }
XmlSchemaObjectTable attributes

Referenced by System.Xml.Schema.XmlSchemaSet.ClearTables(), System.Xml.DocumentSchemaValidator.FindSchemaInfo(), and System.Xml.Schema.XNodeValidator.GetDefaultValue().