Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ElementsBeforeSelf() [1/2]

IEnumerable< XElement > System.Xml.Linq.XNode.ElementsBeforeSelf ( )
inlineinherited

Definition at line 264 of file XNode.cs.

265 {
266 return GetElementsBeforeSelf(null);
267 }
IEnumerable< XElement > GetElementsBeforeSelf(XName name)
Definition XNode.cs:475

References System.Xml.Linq.XNode.GetElementsBeforeSelf().