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

Object that represents an action that will dispose after use.
Inheritance: IDisposable
Afficher le fichier Open project: RocketSurgeonsGuild/ReactiveUI.Interop

Méthodes publiques

Méthode Description
DisposableAction ( Action action ) : System

Initializes a new instance of the DisposableAction class.

Dispose ( ) : void

Method Details

DisposableAction() public méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void