System.Resources.ResourceSet.Close Method

Closes and releases any resources used by this System.Resources.ResourceSet.

Syntax

public virtual void Close ()

Remarks

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.

Note:

The current implementation of ResourceSet.Close calls ResourceSet.Dispose(bool) (true).

Requirements

Namespace: System.Resources
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0