C# Class AppHarbor.Tests.DelegateOutputStream

Inheritance: System.IO.MemoryStream
Afficher le fichier Open project: appharbor/appharbor-cli Class Usage Examples

Méthodes publiques

Méthode Description
DelegateOutputStream ( Action beforeDispose ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

DelegateOutputStream() public méthode

public DelegateOutputStream ( Action beforeDispose ) : System
beforeDispose Action
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void