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

◆ SchemaAttribute

XmlSchemaAttribute System.Xml.XPath.XPathNavigatorReaderWithSI.SchemaAttribute
get

Implements System.Xml.Schema.IXmlSchemaInfo.

Definition at line 79 of file XPathNavigatorReaderWithSI.cs.

80 {
81 get
82 {
83 if (!base.IsReading)
84 {
85 return null;
86 }
88 }
89 }
XmlSchemaAttribute? SchemaAttribute