Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
XmlType
override
?
XmlSchemaType
System.Xml.XPath.XPathNavigator.XmlType
get
inherited
Definition at line
106
of file
XPathNavigator.cs
.
107
{
108
get
109
{
110
IXmlSchemaInfo
schemaInfo =
SchemaInfo
;
111
if
(schemaInfo !=
null
&& schemaInfo.
Validity
==
XmlSchemaValidity
.Valid)
112
{
113
XmlSchemaType
memberType
= schemaInfo.
MemberType
;
114
if
(
memberType
!=
null
)
115
{
116
return
memberType
;
117
}
118
return
schemaInfo.
SchemaType
;
119
}
120
return
null
;
121
}
122
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Xml.Schema.XmlSchemaType
Definition
XmlSchemaType.cs:8
System.Xml.XPath.XPathNavigator.SchemaInfo
virtual ? IXmlSchemaInfo SchemaInfo
Definition
XPathNavigator.cs:447
System.Xml.Schema.IXmlSchemaInfo.SchemaType
XmlSchemaType? SchemaType
Definition
IXmlSchemaInfo.cs:13
System.Xml.Schema.IXmlSchemaInfo.MemberType
XmlSchemaSimpleType? MemberType
Definition
IXmlSchemaInfo.cs:11
System.Xml.Schema.IXmlSchemaInfo.Validity
XmlSchemaValidity Validity
Definition
IXmlSchemaInfo.cs:5
System.Xml.Schema.IXmlSchemaInfo
Definition
IXmlSchemaInfo.cs:4
System.Xml.Schema.XmlSchemaValidity
XmlSchemaValidity
Definition
XmlSchemaValidity.cs:4
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System
Xml
Xsl
Runtime
RtfTreeNavigator
Generated by
1.10.0