[To be supplied.]
[Visual Basic] Overloads Public Sub New( _ ByVal fileName As String, _ ByVal enc As Encoding, _ ByVal nt As INameTable _ ) [C#] public XmlWriter( string fileName, Encoding enc, INameTable nt ); [C++] public: XmlWriter( String* fileName, Encoding* enc, INameTable* nt ); [JScript] public function XmlWriter( fileName : String, enc : Encoding, nt : INameTable );
XmlWriter Class | XmlWriter Members | System.Data.XML Namespace | XmlWriter Constructor Overload List