Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
DescendantsAndSelf()
[1/2]
IEnumerable
<
XElement
> System.Xml.Linq.XElement.DescendantsAndSelf
(
)
inline
Definition at line
255
of file
XElement.cs
.
256
{
257
return
GetDescendants
(
null
,
self
:
true
);
258
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Xml.Linq.XContainer.GetDescendants
IEnumerable< XElement > GetDescendants(XName name, bool self)
Definition
XContainer.cs:1043
References
System.Xml.Linq.XContainer.GetDescendants()
.
System
Xml
Linq
XElement
Generated by
1.10.0