NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ResourceSet Class

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

Remarks

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.

Requirements

Namespace: System.Resources

Assembly: mscorlib.dll

See Also

ResourceSet Members | System.Resources Namespace