The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

DisposableMixins Class

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>(T, CompositeDisposable) T
Ensures the provided disposable is disposed with the specified CompositeDisposable.
static

Extension Methods

Name Value Summary
InvokeViewModelAction<T>(Action<T>) object
This is a thing I lifted from Prism.