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!

TextReader.Close

Closes the current instance of TextReader and releases any system resources associated with the TextReader.

[Visual Basic]
Overridable Public Sub Close()
[C#]
public virtual void Close();
[C++]
public: virtual void Close();
[JScript]
public function Close();

Remarks

Following a call to Close, any operations on the TextReader may raise exceptions. This default method is empty, but derived classes can override the method to provide the appropriate functionality.

See Also

TextReader Class | TextReader Members | System.IO Namespace