C# Class Rocket.Surgery.ReactiveUI.Interop.Prism.DisposableAction

Object that represents an action that will dispose after use.
Inheritance: IDisposable
Exibir arquivo Open project: RocketSurgeonsGuild/ReactiveUI.Interop

Public Methods

Method Description
DisposableAction ( Action action ) : System

Initializes a new instance of the DisposableAction class.

Dispose ( ) : void

Method Details

DisposableAction() public method

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

Dispose() public method

public Dispose ( ) : void
return void