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

◆ NameAttribute

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

Definition at line 101 of file XmlSchemaObject.cs.

102 {
103 get
104 {
105 return null;
106 }
107 set
108 {
109 }
110 }

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