C# Class DotNetWorkQueue.Logging.ColoredConsoleLogProvider.NullDisposable

A 'null' object that won't complain if dispose is called
Inheritance: IDisposable
ファイルを表示 Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Method Details

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void