Click or drag to resize
ResourceSetDispose Method (Boolean)
Releases resources (other than memory) associated with the current instance, closing internal managed objects if requested.

Namespace: System.Resources
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
Indicates whether the objects contained in the current instance should be explicitly closed.
See Also