See XmlTextReader constructor overloads.

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

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal url As String,  _ 
   ByVal nt As XmlNameTable _ 
)
C#
public XmlFirstUpperReader(
   string url,
   XmlNameTable nt
)
C++
public:
 XmlFirstUpperReader(
   Stringurl,
   XmlNameTablent
) sealed 
J#
public XmlFirstUpperReader(
   string url,
   XmlNameTable nt
)
JScript
public function XmlFirstUpperReader(
   url : String,
   nt : XmlNameTable
)

See Also