C# Class Shaman.Common.Utils.OnceDisposable

Inheritance: IDisposable
Mostra file Open project: shamangamesolution/Shaman.Server

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
DisposeImpl ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

DisposeImpl() protected abstract method

protected abstract DisposeImpl ( ) : void
return void