Click or drag to resize
StreamReaderClose Method
Closes the StreamReader object and the underlying stream, and releases any system resources associated with the reader.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public override void Close()
See Also