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

◆ SchemaType

XmlSchemaType System.Xml.XPath.XPathNavigatorReaderWithSI.SchemaType
get

Implements System.Xml.Schema.IXmlSchemaInfo.

Definition at line 55 of file XPathNavigatorReaderWithSI.cs.

56 {
57 get
58 {
59 if (!base.IsReading)
60 {
61 return null;
62 }
64 }
65 }