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

ReactiveComponentBase<T>.

Dispose(bool) Method

Summary

Cleans up the managed resources of the object.
Namespace
ReactiveUI.Blazor
Containing Type
ReactiveComponentBase<T>

Syntax

protected virtual void Dispose(bool disposing)

Parameters

Name Type Description
disposing bool If it is getting called by the Dispose() method rather than a finalizer.

Return Value

Type Description
void