C# Class RxLite.RefcountDisposeWrapper

Datei anzeigen Open project: OlexaLe/RxLite

Public Methods

Method Description
AddRef ( ) : void
RefcountDisposeWrapper ( IDisposable inner ) : System
Release ( ) : void

Method Details

AddRef() public method

public AddRef ( ) : void
return void

RefcountDisposeWrapper() public method

public RefcountDisposeWrapper ( IDisposable inner ) : System
inner IDisposable
return System

Release() public method

public Release ( ) : void
return void