Stores all the resources defined in one particular CultureInfo.
Object
ResourceSet
[Visual Basic] Public Class ResourceSet [C#] public class ResourceSet [C++] public __gc class ResourceSet [JScript] public class ResourceSet
The ResourceSet class enumerates over an IResourceReader, loading every name and value, then stores them in a Hashtable. A custom IResourceReader can be used.
See the TBD for details on the default resource file format.
Namespace: System.Resources
Assembly: mscorlib.dll