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

◆ SchemaElement

XmlSchemaElement System.Xml.XPath.XPathNavigatorReaderWithSI.SchemaElement
get

Implements System.Xml.Schema.IXmlSchemaInfo.

Definition at line 67 of file XPathNavigatorReaderWithSI.cs.

68 {
69 get
70 {
71 if (!base.IsReading)
72 {
73 return null;
74 }
76 }
77 }