NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlTextReader Constructor (XmlNameTable)

Initializes a new instance of the XmlTextReader class with the specified XmlNameTable.

[Visual Basic]
Overloads Protected Sub New( _
   ByVal nt As XmlNameTable _
)
[C#]
protected XmlTextReader(
   XmlNameTable nt
);
[C++]
protected: XmlTextReader(
   XmlNameTable* nt
);
[JScript]
protected function XmlTextReader(
   nt : XmlNameTable
);

Parameters

nt
The XmlNameTable to use.

See Also

XmlTextReader Class | XmlTextReader Members | System.NewXml Namespace | XmlTextReader Constructor Overload List