Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
SchemaInfo
override
IXmlSchemaInfo
System.Xml.XPath.XPathNavigatorReader.SchemaInfo
get
Definition at line
88
of file
XPathNavigatorReader.cs
.
89
{
90
get
91
{
92
if
(
_nodeType
== XmlNodeType.Text)
93
{
94
return
null
;
95
}
96
return
_nav
.
SchemaInfo
;
97
}
98
}
System.Xml.XPath.XPathNavigatorReader._nav
XPathNavigator _nav
Definition
XPathNavigatorReader.cs:21
System.Xml.XPath.XPathNavigatorReader._nodeType
XmlNodeType _nodeType
Definition
XPathNavigatorReader.cs:29
System.Xml.XPath.XPathNavigator.SchemaInfo
virtual ? IXmlSchemaInfo SchemaInfo
Definition
XPathNavigator.cs:447
System
Xml
XPath
XPathNavigatorReader
Generated by
1.10.0