Summary
Extension methods associated with the IDisposable interface.
- Namespace
- System
.Reactive .Disposables - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["DisposableMixins"]
class Type type-node
Syntax
public static class DisposableMixins
Methods
Name | Value | Summary |
---|---|---|
DisposeWith |
T |
Ensures the provided disposable is disposed with the specified
CompositeDisposable .
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
Invoke |
object |
This is a thing I lifted from Prism.
|