Mono Class Library: System.IO.TextWriter Overview | Members

System.IO.TextWriter.Close Method

Closes the current System.IO.TextWriter instance and releases any system resources associated with it. [Edit]

public virtual void Close ()

Remarks

Note:

After a call to TextReader.Close , any operation on the current instance might throw an exception.

This version of TextReader.Close is equivalent to TextReader.Dispose(bool)(true).

Operation
As described above.

[Edit]

Requirements

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0