AutoSuspendHelper.Dispose() method¶
Defined in
Type: AutoSuspendHelper
Namespace: ReactiveUI.XamForms
Assembly: ReactiveUI.XamForms.dll
Applies to
netstandard2.0
Overloads¶
- 1.
public void Dispose() - 2.
protected virtual void Dispose(bool disposing)
1. Overload¶
public void Dispose()
Inherited documentation
These docs were inherited from IDisposable. The member doesn't override them on this type.
2. Overload¶
protected virtual void Dispose(bool disposing)
Summary: Disposes of the items inside the class.
Parameters
| Name | Type | Description |
|---|---|---|
disposing | bool | If we are disposing of managed objects or not. |