terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
void | Dispose () |
virtual global::System.Collections.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 |
global::System.Collections.Hashtable | Table |
Package Functions | |
ResourceSet (bool junk) | |
Private Member Functions | |
void | CommonInit () |
global::System.Collections.IEnumerator System.Collections.IEnumerable. | GetEnumerator () |
global::System.Collections.IDictionaryEnumerator | GetEnumeratorHelper () |
object | GetObjectInternal (string name) |
object | GetCaseInsensitiveObjectInternal (string name) |
Private Attributes | |
global::System.Collections.Hashtable | _caseInsensitiveTable |
Definition at line 12 of file ResourceSet.cs.