ResourceSet Class
.NET Framework 3.0
Stores all the resources localized for one particular culture, ignoring all other cultures, including any fallback rules.
Namespace: System.Resources
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
'Declaration <SerializableAttribute> _ <ComVisibleAttribute(True)> _ Public Class ResourceSet Implements IDisposable, IEnumerable 'Usage Dim instance As ResourceSet
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(true) */ public class ResourceSet implements IDisposable, IEnumerable
SerializableAttribute ComVisibleAttribute(true) public class ResourceSet implements IDisposable, IEnumerable
Not applicable.
The ResourceSet class enumerates over an IResourceReader, loading every name and value, and storing them in a Hashtable. A custom IResourceReader can be used.
See Encoding and Localization for details on the default resource file format.
Notes to Inheritors: Derived classes of ResourceSet using their own resource reader and writer should override GetDefaultReader, and GetDefaultWriter, to provide the appropriate functionality for interpreting the ResourceSet.Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: