We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e8447 commit aeb75b0Copy full SHA for aeb75b0
ReactiveUI/ReactiveCommand.cs
@@ -459,7 +459,7 @@ public void Execute(object parameter)
459
ExecuteAsync(parameter).Catch(Observable.Empty<T>()).Subscribe();
460
}
461
462
- public void Dispose()
+ public virtual void Dispose()
463
{
464
var disp = Interlocked.Exchange(ref canExecuteDisp, null);
465
if (disp != null) disp.Dispose();
0 commit comments