Closes and releases any resources used by this System.Resources.ResourceSet.
All calls to methods on the System.Resources.ResourceSet after a call to this method might fail.
ResourceSet.Close can be safely called multiple times.
The current implementation of ResourceSet.Close calls ResourceSet.Dispose(bool) (true).