Disposable class¶
Defined in
Namespace: System.Reactive.Disposables
Assembly: System.Reactive.dll
Full name: System.Reactive.Disposables.Disposable
Modifiers: public static
Summary¶
Provides a set of static methods for creating IDisposable objects.
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. |