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 | |
SettingsContext () | |
virtual void | Add (object key, object value) |
virtual void | Clear () |
virtual object | Clone () |
virtual bool | Contains (object key) |
virtual bool | ContainsKey (object key) |
virtual void | CopyTo (Array array, int arrayIndex) |
virtual IDictionaryEnumerator | GetEnumerator () |
virtual void | Remove (object key) |
virtual void | GetObjectData (SerializationInfo info, StreamingContext context) |
virtual void | OnDeserialization (object sender) |
Static Public Member Functions | |
static Hashtable | Synchronized (Hashtable table) |
Protected Member Functions | |
virtual int | GetHash (object key) |
virtual bool | KeyEquals (object item, object key) |
Static Package Attributes | |
const int | HashPrime = 101 |
Properties | |
static ConditionalWeakTable< object, SerializationInfo > | SerializationInfoTable [get] |
virtual object | this[object key] [get, set] |
virtual bool | IsReadOnly [get] |
virtual bool | IsFixedSize [get] |
virtual bool | IsSynchronized [get] |
virtual ICollection | Keys [get] |
virtual ICollection | Values [get] |
virtual object | SyncRoot [get] |
virtual int | Count [get] |
Private Member Functions | |
uint | InitHash (object key, int hashsize, [Out] uint seed, [Out] uint incr) |
void | CopyKeys (Array array, int arrayIndex) |
void | CopyEntries (Array array, int arrayIndex) |
void | CopyValues (Array array, int arrayIndex) |
void | expand () |
void | rehash () |
void | rehash (int newsize) |
void | UpdateVersion () |
IEnumerator IEnumerable. | GetEnumerator () |
void | Insert (object key, object nvalue, bool add) |
void | putEntry (Hashtable.bucket[] newBuckets, object key, object nvalue, int hashcode) |
Private Attributes | |
Hashtable.bucket[] | _buckets |
int | _count |
int | _occupancy |
int | _loadsize |
float | _loadFactor |
int | _version |
bool | _isWriterInProgress |
ICollection | _keys |
ICollection | _values |
IEqualityComparer | _keycomparer |
object | _syncRoot |
Static Private Attributes | |
const int | InitialSize = 3 |
const string | LoadFactorName = "LoadFactor" |
const string | VersionName = "Version" |
const string | ComparerName = "Comparer" |
const string | HashCodeProviderName = "HashCodeProvider" |
const string | HashSizeName = "HashSize" |
const string | KeysName = "Keys" |
const string | ValuesName = "Values" |
const string | KeyComparerName = "KeyComparer" |
static ConditionalWeakTable< object, SerializationInfo > | s_serializationInfoTable |
Definition at line 8 of file SettingsContext.cs.