PathMarkupParserDispose 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) Version: 11.3.999
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources

See Also