C# Class Ginet.Infrastructure.DelegateDisposable

Inheritance: IDisposable
Afficher le fichier Open project: gmich/Ginet

Méthodes publiques

Méthode Description
DelegateDisposable ( Action disposableAction ) : System
Dispose ( ) : void

Private Methods

Méthode Description
Dispose ( bool disposing ) : void

Method Details

DelegateDisposable() public méthode

public DelegateDisposable ( Action disposableAction ) : System
disposableAction Action
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void