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 }
IEnumerable< XElement > GetDescendants(XName name, bool self)

References System.Xml.Linq.XContainer.GetDescendants().