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 | |
struct | Enumerator |
Public Member Functions | |
ValueCollection (Dictionary< TKey, TValue > dictionary) | |
Dictionary< TKey, TValue >.ValueCollection.Enumerator | GetEnumerator () |
void | CopyTo (TValue[] array, int index) |
void | Add (T item) |
bool | Contains (T item) |
void | CopyTo (T[] array, int arrayIndex) |
bool | Remove (T item) |
void | Add (T item) |
bool | Contains (T item) |
void | CopyTo (T[] array, int arrayIndex) |
bool | Remove (T item) |
Properties | |
int | Count [get, set] |
bool System.Collections.Generic.ICollection< TValue >. | IsReadOnly [get, set] |
bool System.Collections.ICollection. | IsSynchronized [get, set] |
object System.Collections.ICollection. | SyncRoot [get, set] |
Private Member Functions | |
void System.Collections.Generic.ICollection< TValue >. | Add (TValue item) |
bool System.Collections.Generic.ICollection< TValue >. | Remove (TValue item) |
void System.Collections.Generic.ICollection< TValue >. | Clear () |
bool System.Collections.Generic.ICollection< TValue >. | Contains (TValue item) |
IEnumerator< TValue > System.Collections.Generic.IEnumerable< TValue >. | GetEnumerator () |
IEnumerator System.Collections.IEnumerable. | GetEnumerator () |
void System.Collections.ICollection. | CopyTo (global::System.Array array, int index) |
Private Attributes | |
Dictionary< TKey, TValue > | _dictionary |
Definition at line 1245 of file Dictionary.cs.