RootElement.Dispose(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.