C# Class Wildbit.Corefx.ClosableStream

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

Méthodes publiques

Méthode Description
Close ( ) : void

Private Methods

Méthode Description
ClosableStream ( Stream stream, EventHandler onClose ) : System

Method Details

Close() public méthode

public Close ( ) : void
Résultat void