Click or drag to resize
XmlDataReader Constructor
Overload List
  NameDescription
Public methodXmlDataReader(TextReader, String)
Initializes a new instance of the XmlDataReader class
Public methodXmlDataReader(String, String)
Initializes a new instance of the XmlDataReader class
Public methodXmlDataReader(Stream, Encoding, String)
Initializes a new instance of the XmlDataReader class
Public methodXmlDataReader(TextReader, String, LoadMethod)
Initializes a new instance of the XmlDataReader class
Public methodXmlDataReader(String, String, LoadMethod)
Initializes a new instance of the XmlDataReader class
Public methodXmlDataReader(Stream, Encoding, String, LoadMethod)
Initializes a new instance of the XmlDataReader class
Top
See Also