C# Class AbstractToYield.DumpingDisposable

Inheritance: IDisposable
Show file Open project: dahlbyk/Presentations

Public Methods

Method Description
Dispose ( ) : void
DumpingDisposable ( string message ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

DumpingDisposable() public method

public DumpingDisposable ( string message ) : System
message string
return System