C# Class PortableRx.Reactive.Disposables.DefaultDisposable

Represents a disposable that does nothing on disposal.
Inheritance: IDisposable
Datei anzeigen Open project: robfe/PortableRx

Public Properties

Property Type Description
Instance DefaultDisposable

Public Methods

Method Description
Dispose ( ) : void

Does nothing.

Private Methods

Method Description
DefaultDisposable ( ) : System

Method Details

Dispose() public method

Does nothing.
public Dispose ( ) : void
return void

Property Details

Instance public_oe static_oe property

Singleton default disposable.
public static DefaultDisposable,PortableRx.Reactive.Disposables Instance
return DefaultDisposable