DisposableExtensions class¶
Defined in
Namespace: System.Reactive.Disposables.Fluent
Assembly: System.Reactive.dll
Full name: System.Reactive.Disposables.Fluent.DisposableExtensions
Modifiers: public static
Summary¶
Extension methods associated with the IDisposable interface.
Applies to
netstandard2.0
Methods¶
| Name | Summary |
|---|---|
| static DisposeWith | Ensures the provided disposable is disposed with the specified [CompositeDisposable](# |