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

◆ XElement() [1/9]

System.Xml.Linq.XElement.XElement ( XName name)
inline

Definition at line 120 of file XElement.cs.

121 {
122 if (name == null)
123 {
124 throw new ArgumentNullException("name");
125 }
126 this.name = name;
127 }

References System.Xml.Dictionary, and System.Xml.Linq.XElement.name.