C# 클래스 Rocket.Surgery.ReactiveUI.Interop.FreshMvvm.DisposableAction

Object that represents an action that will dispose after use.
상속: IDisposable
파일 보기 프로젝트 열기: RocketSurgeonsGuild/ReactiveUI.Interop

공개 메소드들

메소드 설명
DisposableAction ( Action action ) : System

Initializes a new instance of the DisposableAction class.

Dispose ( ) : void

메소드 상세

DisposableAction() 공개 메소드

Initializes a new instance of the DisposableAction class.
public DisposableAction ( Action action ) : System
action Action The action.
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void