C# Class Elmah.DelegatingDisposable

Inheritance: IDisposable
Mostra file Open project: elmah/Elmah

Public Methods

Method Description
DelegatingDisposable ( System.Action disposer ) : System
Dispose ( ) : void

Method Details

DelegatingDisposable() public method

public DelegatingDisposable ( System.Action disposer ) : System
disposer System.Action
return System

Dispose() public method

public Dispose ( ) : void
return void