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

◆ IsNil

bool System.Xml.XPath.XPathNavigatorReaderWithSI.IsNil
get

Implements System.Xml.Schema.IXmlSchemaInfo.

Definition at line 31 of file XPathNavigatorReaderWithSI.cs.

32 {
33 get
34 {
35 if (!base.IsReading)
36 {
37 return false;
38 }
39 return schemaInfo.IsNil;
40 }
41 }