TextFileStreamClose Method
Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream.
Namespace: DevCase.Core.DataProcessing.TextFilesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual void Close()
Public Overridable Sub Close
Dim instance As TextFileStream
instance.Close()
public:
virtual void Close()
abstract Close : unit -> unit
override Close : unit -> unit
No code example is currently available or this language may not be supported.