Dispose Method
Releases the unmanaged resources used by the PathMarkupParser and optionally releases the managed resources
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
protected virtual void Dispose(
bool disposing
)
Protected Overridable Sub Dispose (
disposing As Boolean
)
abstract Dispose :
disposing : bool -> unit
override Dispose :
disposing : bool -> unit
Parameters
- Boolean
- True to release both managed and unmanaged resources; false to release only unmanaged resources