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

◆ XComment() [3/3]

System.Xml.Linq.XComment.XComment ( XmlReader r)
inlinepackage

Definition at line 51 of file XComment.cs.

52 {
53 value = r.Value;
54 r.Read();
55 }

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