|
terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Inheritance diagram for System.Collections.Generic.Dictionary< TKey, TValue >.ValueCollection: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] |
| bool ICollection< TValue >. | IsReadOnly [get] |
| bool ICollection. | IsSynchronized [get] |
| object ICollection. | SyncRoot [get] |
Private Member Functions | |
| void ICollection< TValue >. | Add (TValue item) |
| bool ICollection< TValue >. | Remove (TValue item) |
| void ICollection< TValue >. | Clear () |
| bool ICollection< TValue >. | Contains (TValue item) |
| IEnumerator< TValue > IEnumerable< TValue >. | GetEnumerator () |
| IEnumerator IEnumerable. | GetEnumerator () |
| void ICollection. | CopyTo (Array array, int index) |
Private Attributes | |
| Dictionary< TKey, TValue > | _dictionary |
Definition at line 1289 of file Dictionary.cs.