C# Class Simple.Patterns.DisposableAction

Inheritance: IDisposable
Afficher le fichier Open project: juanplopes/simple Class Usage Examples

Méthodes publiques

Méthode Description
DisposableAction ( System.Action whatToDo ) : System
DisposableAction ( System.Action whatToDo, bool ensureOnlyOneDispose ) : System
Dispose ( ) : void

Method Details

DisposableAction() public méthode

public DisposableAction ( System.Action whatToDo ) : System
whatToDo System.Action
Résultat System

DisposableAction() public méthode

public DisposableAction ( System.Action whatToDo, bool ensureOnlyOneDispose ) : System
whatToDo System.Action
ensureOnlyOneDispose bool
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void