DisposableAction Class

Summary

Object that represents an action that will dispose after use.
Assembly
Rocket.Surgery.ReactiveUI.Interop.Prism.dll
Namespace
Rocket.Surgery.ReactiveUI.Interop.Prism
Interfaces
  • IDisposable
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["IDisposable"] Type["DisposableAction"] class Type type-node

Syntax

public class DisposableAction : IDisposable

Constructors

Name Summary
DisposableAction(Action) Initializes a new instance of the DisposableAction class.

Methods

Name Value Summary
Dispose() void

Extension Methods

See Also

  • System.IDisposable