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

◆ XElement() [5/9]

System.Xml.Linq.XElement.XElement ( XStreamingElement other)
inline

Definition at line 156 of file XElement.cs.

157 {
158 if (other == null)
159 {
160 throw new ArgumentNullException("other");
161 }
162 name = other.name;
164 }
void AddContentSkipNotify(object content)

References System.Xml.Linq.XContainer.AddContentSkipNotify(), System.Xml.Linq.XElement.name, and System.other.