XmlDataReader (TextReader) - конструктор Смотри также Terrasoft.Common - пространство имен > XmlDataReader - класс > XmlDataReader : XmlDataReader (TextReader) C#
- input
- System.IO.TextReaderfrom which the data in XML format should be read. The data is returned in the Unicode format. The encoding specified in the XML declaration is not used by the XmlDataReader for decoding the data stream.
Glossary Item Box
public XmlDataReader( TextReader input )
Параметры
- input
- System.IO.TextReaderfrom which the data in XML format should be read. The data is returned in the Unicode format. The encoding specified in the XML declaration is not used by the XmlDataReader for decoding the data stream.