Closes this reader.
[Visual Basic] Overridable Public Sub Close() [C#] public virtual void Close(); [C++] public: virtual void Close(); [JScript] public function Close();
This method closes the reader and its associated input stream (if any).
The state of the reader is undefined following a call to Close, and any subsequent attempts to read XML nodes may throw exceptions.