System.Xml.Linq.XComment public class XComment : XNode Documentation Code namespace System.Xml.Linq { public class XComment : XNode { public string Value { get; set; } public XComment(string value); public XComment(XComment other); } }