C# Class net.r_eg.IeXod.Tasks.BuildCacheDisposeWrapper

Create a wrapper so that when dispose is called we execute the delegate.
Inheritance: IDisposable
显示文件 Open project: 3F/IeXod

Public Methods

Method Description
Dispose ( ) : void

IDisposable

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clear the caches

Private Methods

Method Description
BuildCacheDisposeWrapper ( CallDuringDispose callDuringDispose ) : System

Constructor

Method Details

Dispose() public method

IDisposable
public Dispose ( ) : void
return void

Dispose() protected method

Clear the caches
protected Dispose ( bool disposing ) : void
disposing bool
return void