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

◆ XAttribute() [2/2]

System.Xml.Linq.XAttribute.XAttribute ( XAttribute other)
inline

Definition at line 108 of file XAttribute.cs.

109 {
110 if (other == null)
111 {
112 throw new ArgumentNullException("other");
113 }
114 name = other.name;
115 value = other.value;
116 }

References System.Xml.Linq.XAttribute.name, System.other, and System.Xml.Linq.XAttribute.value.