Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsEmptyElement
override
bool
System.Xml.XPath.XNodeNavigator.IsEmptyElement
get
Definition at line
74
of file
XNodeNavigator.cs
.
75
{
76
get
77
{
78
if
(
_source
is
XElement
xElement
)
79
{
80
return
xElement
.IsEmpty;
81
}
82
return
false
;
83
}
84
}
System.Xml.Linq.XElement
Definition
XElement.cs:19
System.Xml.XPath.XNodeNavigator._source
XObject _source
Definition
XNodeNavigator.cs:16
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System
Xml
XPath
XNodeNavigator
Generated by
1.10.0