Summary
Cleans up the managed resources of the object.
- Namespace
- ReactiveUI
.Blazor - Containing Type
- Reactive
Component Base <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 |