DynamicResourceManagerDispose(Boolean) Method

Releases the resources used by this DynamicResourceManager instance.

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
protected override void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
if this method is being called due to explicit disposing; otherwise, .

See Also