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

◆ IdAttribute

virtual ? string System.Xml.Schema.XmlSchemaObject.IdAttribute
getsetpackageinherited

Definition at line 89 of file XmlSchemaObject.cs.

90 {
91 get
92 {
93 return null;
94 }
95 set
96 {
97 }
98 }

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