terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Classes | |
class | OrderedDictionaryEnumerator |
class | OrderedDictionaryKeyValueCollection |
Public Member Functions | |
OrderedDictionary () | |
OrderedDictionary (int capacity) | |
OrderedDictionary (int capacity, IEqualityComparer comparer) | |
void | Add (object key, object value) |
void | Clear () |
bool | Contains (object key) |
void | CopyTo (Array array, int index) |
void | Remove (object key) |
virtual IDictionaryEnumerator | GetEnumerator () |
virtual void | GetObjectData (SerializationInfo info, StreamingContext context) |
Protected Member Functions | |
OrderedDictionary (SerializationInfo info, StreamingContext context) | |
virtual void | OnDeserialization (object sender) |
Properties | |
int | Count [get] |
bool IDictionary. | IsFixedSize [get] |
bool | IsReadOnly [get] |
bool ICollection. | IsSynchronized [get] |
ICollection | Keys [get] |
ArrayList | objectsArray [get] |
Hashtable | objectsTable [get] |
object ICollection. | SyncRoot [get] |
object | this[object key] [get, set] |
ICollection | Values [get] |
Private Member Functions | |
int | IndexOfKey (object key) |
IEnumerator IEnumerable. | GetEnumerator () |
void IDeserializationCallback. | OnDeserialization (object sender) |
Private Attributes | |
ArrayList | _objectsArray |
Hashtable | _objectsTable |
int | _initialCapacity |
IEqualityComparer | _comparer |
bool | _readOnly |
object | _syncRoot |
SerializationInfo | _siInfo |
Definition at line 8 of file OrderedDictionary.cs.