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

◆ XComment() [1/3]

System.Xml.Linq.XComment.XComment ( string value)
inline

Definition at line 33 of file XComment.cs.

34 {
35 if (value == null)
36 {
37 throw new ArgumentNullException("value");
38 }
40 }

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

Referenced by System.Xml.Linq.XComment.CloneNode().