Skip to content

Disposable class

Defined in

Namespace: Minimalist.Reactive Assembly: Minimalist.Reactive.dll Full name: Minimalist.Reactive.Disposable Modifiers: public static

Summary

View source

        Disposable.
        

Applies to

netstandard2.0

Properties

NameSummary
static EmptyGets the disposable that does nothing when disposed.

Methods

NameSummary
static CreateCreates a disposable object that invokes the specified action when disposed.
Inherited members