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

◆ IsDefault

override bool System.Xml.XPath.XPathNavigatorReaderWithSI.IsDefault
get

Implements System.Xml.Schema.IXmlSchemaInfo.

Definition at line 19 of file XPathNavigatorReaderWithSI.cs.

20 {
21 get
22 {
23 if (!base.IsReading)
24 {
25 return false;
26 }
27 return schemaInfo.IsDefault;
28 }
29 }