Click or drag to resize
ResourceSet Class
Stores all the resources localized for one particular culture, ignoring all other cultures, including any fallback rules.
Inheritance Hierarchy
SystemObject
  System.ResourcesResourceSet

Namespace: System.Resources
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
[SerializableAttribute]
public class ResourceSet : IDisposable, 
	IEnumerable

The ResourceSet type exposes the following members.

Methods
  NameDescription
Public methodClose
Closes and releases any resources used by this ResourceSet.
Public methodDispose
Disposes of the resources (other than memory) used by the current instance of ResourceSet.
Protected methodDispose(Boolean)
Releases resources (other than memory) associated with the current instance, closing internal managed objects if requested.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetObject(String)
Searches for a resource object with the specified name.
Public methodGetObject(String, Boolean)
Searches for a resource object with the specified name in a case-insensitive manner, if requested.
Public methodGetString(String)
Searches for a String resource with the specified name.
Public methodGetString(String, Boolean)
Searches for a String resource with the specified name in a case-insensitive manner, if requested.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldReader
Indicates the IResourceReader used to read the resources.
Protected fieldTable
The Hashtable in which the resources are stored.
Top
See Also