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 | |
override void | GetObjectData (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) |
override void | Add (object key, object value) |
override void | Clear () |
override bool | Contains (object key) |
override bool | ContainsKey (object key) |
override void | CopyTo (global::System.Array array, int arrayIndex) |
override object | Clone () |
override IDictionaryEnumerator | GetEnumerator () |
override void | Remove (object key) |
override 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) |
Protected Attributes | |
Hashtable | _table |
Package Functions | |
SyncHashtable (Hashtable table) | |
SyncHashtable (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) | |
Static Package Attributes | |
const int | HashPrime = 101 |
Properties | |
override int | Count [get, set] |
override bool | IsReadOnly [get, set] |
override bool | IsFixedSize [get, set] |
override bool | IsSynchronized [get, set] |
override object | this[object key] [get, set] |
override object | SyncRoot [get, set] |
override ICollection | Keys [get, set] |
override ICollection | Values [get, set] |
static global::System.Runtime.CompilerServices.ConditionalWeakTable< object, global::System.Runtime.Serialization.SerializationInfo > | SerializationInfoTable [get, set] |
Private Member Functions | |
IEnumerator System.Collections.IEnumerable. | GetEnumerator () |
uint | InitHash (object key, int hashsize, out uint seed, out uint incr) |
void | CopyKeys (global::System.Array array, int arrayIndex) |
void | CopyEntries (global::System.Array array, int arrayIndex) |
void | CopyValues (global::System.Array array, int arrayIndex) |
void | expand () |
void | rehash () |
void | rehash (int newsize) |
void | UpdateVersion () |
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 global::System.Runtime.CompilerServices.ConditionalWeakTable< object, global::System.Runtime.Serialization.SerializationInfo > | s_serializationInfoTable |
Definition at line 1192 of file Hashtable.cs.