Creates XmlBaseAwareXmlTextReader instance for given stream.

Namespace: Mvp.Xml.Common
Assembly: Mvp.Xml (in Mvp.Xml.dll)

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal stream As Stream _ 
)
C#
public XmlBaseAwareXmlTextReader(
   Stream stream
)
C++
public:
 XmlBaseAwareXmlTextReader(
   Streamstream
) sealed 
J#
public XmlBaseAwareXmlTextReader(
   Stream stream
)
JScript
public function XmlBaseAwareXmlTextReader(
   stream : Stream
)

See Also