terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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 |
Definition at line 10 of file ResourceSet.cs.