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