C# Class Wildbit.Corefx.ClosableStream

Provides a stream that notifies an event when the Close method is called.
Inheritance: Wildbit.Corefx.DelegatedStream
Datei anzeigen Open project: wildbit/Wildbit.Corefx

Public Methods

Method Description
Close ( ) : void

Private Methods

Method Description
ClosableStream ( Stream stream, EventHandler onClose ) : System

Method Details

Close() public method

public Close ( ) : void
return void