Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ Validity

XmlSchemaValidity System.Xml.XPath.XPathNavigatorReaderWithSI.Validity
get

Implements System.Xml.Schema.IXmlSchemaInfo.

Definition at line 7 of file XPathNavigatorReaderWithSI.cs.

8 {
9 get
10 {
11 if (!base.IsReading)
12 {
13 return XmlSchemaValidity.NotKnown;
14 }
15 return schemaInfo.Validity;
16 }
17 }