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

◆ SchemaType

object System.Xml.XmlValidatingReaderImpl.SchemaType
getpackage

Definition at line 166 of file XmlValidatingReaderImpl.cs.

167 {
168 get
169 {
170 if (_validationType != 0)
171 {
172 if (_coreReaderImpl.InternalSchemaType is XmlSchemaType xmlSchemaType && xmlSchemaType.QualifiedName.Namespace == "http://www.w3.org/2001/XMLSchema")
173 {
174 return xmlSchemaType.Datatype;
175 }
177 }
178 return null;
179 }
180 }
readonly XmlTextReaderImpl _coreReaderImpl

Referenced by System.Xml.XmlValidatingReaderImpl.ReadTypedValue().