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

◆ SchemaAttribute

XmlSchemaAttribute? System.Xml.Schema.XmlSchemaInfo.SchemaAttribute
getset

Implements System.Xml.Schema.IXmlSchemaInfo.

Definition at line 105 of file XmlSchemaInfo.cs.

106 {
107 get
108 {
109 return _schemaAttribute;
110 }
111 set
112 {
114 if (value != null)
115 {
116 _schemaElement = null;
117 }
118 }
119 }
XmlSchemaAttribute _schemaAttribute

Referenced by System.Xml.XsdValidatingReader.InternalReadContentAsObject(), and System.Xml.XsdValidatingReader.InternalReadContentAsObjectTupleAsync().