Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Value
override
string
System.Xml.DataDocumentXPathNavigator.Value
get
Definition at line
28
of file
DataDocumentXPathNavigator.cs
.
29
{
30
[
UnconditionalSuppressMessage
(
"ReflectionAnalysis"
,
"IL2026:RequiresUnreferencedCode"
, Justification =
"This whole class is unsafe. Constructors are marked as such."
)]
31
get
32
{
33
XPathNodeType
nodeType =
_curNode
.
NodeType
;
34
if
(nodeType !=
XPathNodeType
.Element && nodeType != 0)
35
{
36
return
_curNode
.
Value
;
37
}
38
return
_curNode
.
InnerText
;
39
}
40
}
System.Xml.DataDocumentXPathNavigator._curNode
readonly XPathNodePointer _curNode
Definition
DataDocumentXPathNavigator.cs:8
System.Xml.XPathNodePointer.InnerText
string InnerText
Definition
XPathNodePointer.cs:226
System.Xml.XPathNodePointer.Value
string Value
Definition
XPathNodePointer.cs:182
System.Xml.XPathNodePointer.NodeType
XPathNodeType NodeType
Definition
XPathNodePointer.cs:38
System.Xml.XPath.XPathNodeType
XPathNodeType
Definition
XPathNodeType.cs:4
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System
Xml
DataDocumentXPathNavigator
Generated by
1.10.0