ResourceSetDispose Method (Boolean) |
Releases resources (other than memory) associated with the current instance, closing internal managed objects if requested.
Namespace: System.ResourcesAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax 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