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

◆ XStreamingElement() [1/3]

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

Definition at line 29 of file XStreamingElement.cs.

30 {
31 if (name == null)
32 {
33 throw new ArgumentNullException("name");
34 }
36 }

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