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

ReactiveInjectableComponentBase<T>.

Dispose(bool) Method

Summary

Cleans up the managed resources of the object.

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