CorLib  

ResourceSet

ResourceSet overview

Implements:

IEnumerable 
IObject 

Public:

Properties:
LanguageID (get) Returns the Culture ID for the specific set of resources.  
Methods:
CloseResourceSet Closes the resource set.  
Equals Returns a boolean indicating if the value and this object instance are the same instance.  
GetDefaultReader Returns the name of the type of resource reader to use with this specifici ResourceSet  
GetDefaultWriter Returns the name of the type of resource writer to use with this specifici ResourceSet  
GetEnumerator Returns an enumerator to iterate through all resources within the resource set.  
GetHashCode Returns a pseudo-unique number identifying this instance.  
GetObject Returns the resource specified.  
GetString Returns a String resource from the set.  
ToString Returns a string representation of this object instance.  

See Also