|
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
|
Inheritance diagram for System.Collections.Generic.IDictionary< TKey, TValue >:
Collaboration diagram for System.Collections.Generic.IDictionary< TKey, TValue >:Public Member Functions | |
| bool | ContainsKey (TKey key) |
| void | Add (TKey key, TValue value) |
| bool | Remove (TKey key) |
| bool | TryGetValue (TKey key, out TValue value) |
| void | Add (T item) |
| void | Clear () |
| bool | Contains (T item) |
| void | CopyTo (T[] array, int arrayIndex) |
| bool | Remove (T item) |
| IEnumerator< T > | GetEnumerator () |
| IEnumerator< T > | GetEnumerator () |
Properties | |
| TValue | this[TKey key] [get, set] |
| ICollection< TKey > | Keys [get] |
| ICollection< TValue > | Values [get] |
| int | Count [get] |
| bool | IsReadOnly [get] |
Definition at line 7 of file IDictionary.cs.