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
|
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) |
void | CopyTo (global::System.Array array, int index) |
Protected Member Functions | |
OrderedDictionary (SerializationInfo info, StreamingContext context) | |
virtual void | OnDeserialization (object sender) |
Properties | |
int | Count [get, set] |
bool System.Collections.IDictionary. | IsFixedSize [get, set] |
bool | IsReadOnly [get, set] |
bool System.Collections.ICollection. | IsSynchronized [get, set] |
ICollection | Keys [get, set] |
ArrayList | objectsArray [get, set] |
Hashtable | objectsTable [get, set] |
object System.Collections.ICollection. | SyncRoot [get, set] |
object | this[object key] [get, set] |
ICollection | Values [get, set] |
Private Member Functions | |
int | IndexOfKey (object key) |
IEnumerator System.Collections.IEnumerable. | GetEnumerator () |
void System.Runtime.Serialization.IDeserializationCallback. | OnDeserialization (object sender) |
Private Attributes | |
ArrayList | _objectsArray |
Hashtable | _objectsTable |
int | _initialCapacity |
IEqualityComparer | _comparer |
bool | _readOnly |
object | _syncRoot |
SerializationInfo | _siInfo |
Definition at line 12 of file OrderedDictionary.cs.