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

◆ CloneNode()

override XNode System.Xml.Linq.XElement.CloneNode ( )
inlinepackage

Definition at line 1063 of file XElement.cs.

1064 {
1065 return new XElement(this);
1066 }

References System.Xml.Linq.XElement.XElement().