C# Class Given.Common.CleanupHelper

Afficher le fichier Open project: ncgonz/given

Méthodes publiques

Méthode Description
CleanupHelper ( string context ) : System
WithCleanup ( System.Action cleanupAction ) : void

Method Details

CleanupHelper() public méthode

public CleanupHelper ( string context ) : System
context string
Résultat System

WithCleanup() public méthode

public WithCleanup ( System.Action cleanupAction ) : void
cleanupAction System.Action
Résultat void