Edit

Share via


RootElement.Dispose(Boolean) Method

Definition

Releases the resources held by this RootElement and its children.

protected override void Dispose (bool disposing);
override this.Dispose : bool -> unit

Parameters

disposing
Boolean

Whether Dispose is being called from the method (true) or false if it is being invoked by the C# finalizer.

Applies to