terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Resources.ResourceSet Class Reference
+ Inheritance diagram for System.Resources.ResourceSet:

Public Member Functions

void Dispose ()
 
virtual IDictionaryEnumerator GetEnumerator ()
 
virtual string GetString (string name)
 
virtual string GetString (string name, bool ignoreCase)
 
virtual object GetObject (string name)
 
virtual object GetObject (string name, bool ignoreCase)
 

Protected Member Functions

 ResourceSet ()
 
virtual void Dispose (bool disposing)
 

Protected Attributes

IResourceReader Reader
 
Hashtable Table
 

Package Functions

 ResourceSet (bool junk)
 

Private Member Functions

void CommonInit ()
 
IEnumerator IEnumerable. GetEnumerator ()
 
IDictionaryEnumerator GetEnumeratorHelper ()
 
object GetObjectInternal (string name)
 
object GetCaseInsensitiveObjectInternal (string name)
 

Private Attributes

Hashtable _caseInsensitiveTable
 

Detailed Description

Definition at line 10 of file ResourceSet.cs.


The documentation for this class was generated from the following file: