XamlObjectWriter::Dispose Method (Boolean)

.NET Framework (current version)
 

Releases the unmanaged resources used by the XamlObjectWriter, and optionally, releases the managed resources.

Namespace:   System.Xaml
Assembly:  System.Xaml (in System.Xaml.dll)

protected:
virtual void Dispose(
	bool disposing
) override

Parameters

disposing
Type: System::Boolean

true to release the managed resources; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: