C# Class PortableRx.Reactive.Disposables.MultipleAssignmentDisposable

Represents a disposable resource whose underlying disposable resource can be swapped for another disposable resource.
Inheritance: ICancelable
ファイルを表示 Open project: robfe/PortableRx

Public Methods

Method Description
Dispose ( ) : void

Disposes the underlying disposable as well as all future replacements.

MultipleAssignmentDisposable ( ) : System

Initializes a new instance of the T:Catch.Reactive.Disposables.MultipleAssignmentDisposable class with no current underlying disposable.

Method Details

Dispose() public method

Disposes the underlying disposable as well as all future replacements.
public Dispose ( ) : void
return void

MultipleAssignmentDisposable() public method

Initializes a new instance of the T:Catch.Reactive.Disposables.MultipleAssignmentDisposable class with no current underlying disposable.
public MultipleAssignmentDisposable ( ) : System
return System