C# Class Ginet.Infrastructure.DelegateDisposable

Inheritance: IDisposable
Show file Open project: gmich/Ginet

Public Methods

Method Description
DelegateDisposable ( Action disposableAction ) : System
Dispose ( ) : void

Private Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

DelegateDisposable() public method

public DelegateDisposable ( Action disposableAction ) : System
disposableAction Action
return System

Dispose() public method

public Dispose ( ) : void
return void