Copies all settings from the specified XmlTextReader, including the EntityHandling, Namespaces, Normalization, DecodeNames, WhitespaceHandling, Validation and Filter properties.
[Visual Basic] Public Sub CopySettings( _ ByVal other As XmlTextReader _ ) [C#] public void CopySettings( XmlTextReader other ); [C++] public: void CopySettings( XmlTextReader* other ); [JScript] public function CopySettings( other : XmlTextReader );
XmlTextReader Class | XmlTextReader Members | System.NewXml Namespace