C# 클래스 PortableRx.Reactive.Disposables.MultipleAssignmentDisposable

Represents a disposable resource whose underlying disposable resource can be swapped for another disposable resource.
상속: ICancelable
파일 보기 프로젝트 열기: robfe/PortableRx

공개 메소드들

메소드 설명
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.

메소드 상세

Dispose() 공개 메소드

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

MultipleAssignmentDisposable() 공개 메소드

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