Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
PreviousText
override
?
XmlNode
System.Xml.XmlWhitespace.PreviousText
get
Definition at line
68
of file
XmlWhitespace.cs
.
69
{
70
get
71
{
72
if
(
parentNode
!=
null
&&
parentNode
.
IsText
)
73
{
74
return
parentNode
;
75
}
76
return
null
;
77
}
78
}
System.Xml.XmlNode.parentNode
XmlNode parentNode
Definition
XmlNode.cs:57
System.Xml.XmlNode.IsText
virtual bool IsText
Definition
XmlNode.cs:344
System
Xml
XmlWhitespace
Generated by
1.10.0