Mono Class Library: System.Xml.XmlTextReader Overview | MembersSystem.Xml.XmlTextReader Constructor |
Constructs and initializes a new instance of the System.Xml.XmlTextReader class with the specified System.IO.TextReader, and name table. [Edit]
|
- input
- A System.IO.TextReader, set to the correct encoding, containing the XML data to read. [Edit]
- nt
- The System.Xml.XmlNameTable to use. [Edit]
Type Reason ArgumentNullException nt is null. [Edit]
This constructor is equivalent to XmlTextReader.XmlTextReader(string.Empty, input, nt). [Edit]
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0