Base:
property
Value
System.Xml.XmlReader.Value
3 references to Value
System.Runtime.Serialization (3)
System\Xml\XmlMtomReader.cs (3)
1273binHexStream = new MemoryStream(new BinHexEncoding().GetBytes(this.Value)); 1324string str = this.Value; 1397string val = this.Value;