Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsNil
bool
IXmlSchemaInfo. System.Xml.XsdValidatingReader.IsNil
get
private
Implements
System.Xml.Schema.IXmlSchemaInfo
.
Definition at line
317
of file
XsdValidatingReader.cs
.
318
{
319
get
320
{
321
XmlNodeType nodeType =
NodeType
;
322
if
(nodeType == XmlNodeType.Element || nodeType == XmlNodeType.EndElement)
323
{
324
return
_xmlSchemaInfo
.
IsNil
;
325
}
326
return
false
;
327
}
328
}
System.Xml.Schema.XmlSchemaInfo.IsNil
bool IsNil
Definition
XmlSchemaInfo.cs:46
System.Xml.XsdValidatingReader.NodeType
override XmlNodeType NodeType
Definition
XsdValidatingReader.cs:119
System.Xml.XsdValidatingReader._xmlSchemaInfo
XmlSchemaInfo _xmlSchemaInfo
Definition
XsdValidatingReader.cs:70
System
Xml
XsdValidatingReader
Generated by
1.10.0