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

◆ XComment() [2/3]

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

Definition at line 42 of file XComment.cs.

43 {
44 if (other == null)
45 {
46 throw new ArgumentNullException("other");
47 }
48 value = other.value;
49 }

References System.other, and System.Xml.Linq.XComment.value.