Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ValueType
override
Type
System.Xml.XPath.XPathNavigator.ValueType
get
inherited
Definition at line
164
of file
XPathNavigator.cs
.
165
{
166
get
167
{
168
IXmlSchemaInfo
schemaInfo =
SchemaInfo
;
169
if
(schemaInfo !=
null
)
170
{
171
if
(schemaInfo.
Validity
==
XmlSchemaValidity
.Valid)
172
{
173
XmlSchemaType
xmlSchemaType
= schemaInfo.
MemberType
;
174
if
(
xmlSchemaType
==
null
)
175
{
176
xmlSchemaType
= schemaInfo.
SchemaType
;
177
}
178
if
(
xmlSchemaType
!=
null
)
179
{
180
XmlSchemaDatatype
datatype =
xmlSchemaType
.Datatype;
181
if
(datatype !=
null
)
182
{
183
return
datatype.
ValueType
;
184
}
185
}
186
}
187
else
188
{
189
XmlSchemaType
xmlSchemaType
= schemaInfo.
SchemaType
;
190
if
(
xmlSchemaType
!=
null
)
191
{
192
XmlSchemaDatatype
datatype =
xmlSchemaType
.Datatype;
193
if
(datatype !=
null
)
194
{
195
return
datatype.
ValueType
;
196
}
197
}
198
}
199
}
200
return
typeof
(
string
);
201
}
202
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Xml.Schema.XmlSchemaDatatype.ValueType
Type ValueType
Definition
XmlSchemaDatatype.cs:9
System.Xml.Schema.XmlSchemaDatatype
Definition
XmlSchemaDatatype.cs:8
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