Share via


Close Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Closes the TextReader and releases any system resources associated with the TextReader.

Namespace:  System.IO
Assembly:  System.IO (in System.IO.dll)

Syntax

'Declaration
Public Overridable Sub Close
public virtual void Close()
public:
virtual void Close()
abstract Close : unit -> unit 
override Close : unit -> unit 
public function Close()

Remarks

This implementation of Close calls the StringReader.Dispose(Boolean) method and passes it a true value.

Note

In derived classes, do not override the Close method. Instead, override the TextReader..::..Dispose(Boolean) method to add code for releasing resources.

.NET Framework Security

See Also

Reference

TextReader Class

System.IO Namespace