Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
HasChildren
override
bool
System.Xml.XPath.XNodeNavigator.HasChildren
get
Definition at line
56
of file
XNodeNavigator.cs
.
57
{
58
get
59
{
60
if
(
_source
is
XContainer
xContainer
)
61
{
62
foreach
(
XNode
item
in
xContainer
.Nodes())
63
{
64
if
(
IsContent
(
xContainer
,
item
))
65
{
66
return
true
;
67
}
68
}
69
}
70
return
false
;
71
}
72
}
System.Xml.Linq.XContainer
Definition
XContainer.cs:11
System.Xml.Linq.XNode
Definition
XNode.cs:11
System.Xml.XPath.XNodeNavigator.IsContent
static bool IsContent(XContainer c, XNode n)
Definition
XNodeNavigator.cs:663
System.Xml.XPath.XNodeNavigator._source
XObject _source
Definition
XNodeNavigator.cs:16
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.item
@ item
System
Xml
XPath
XNodeNavigator
Generated by
1.10.0