Disposable class¶
Defined in
Namespace: Minimalist.Reactive
Assembly: Minimalist.Reactive.dll
Full name: Minimalist.Reactive.Disposable
Modifiers: public static
Summary¶
Disposable.
Applies to
netstandard2.0
Properties¶
| Name | Summary |
|---|---|
| static Empty | Gets the disposable that does nothing when disposed. |
Methods¶
| Name | Summary |
|---|---|
| static Create | Creates a disposable object that invokes the specified action when disposed. |