|
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.Linq.Lookup< TKey, TElement >.Grouping:Public Member Functions | |
| IEnumerator< TElement > | GetEnumerator () |
| Grouping () | |
| int | IndexOf (T item) |
| void | Insert (int index, T item) |
| void | Add (T item) |
| bool | Contains (T item) |
| void | CopyTo (T[] array, int arrayIndex) |
| bool | Remove (T item) |
Package Functions | |
| void | Add (TElement element) |
Package Attributes | |
| TKey | key |
| int | hashCode |
| TElement[] | elements |
| int | count |
| Lookup< TKey, TElement >.Grouping | hashNext |
| Lookup< TKey, TElement >.Grouping | next |
Properties | |
| TKey | Key [get] |
| int ICollection< TElement >. | Count [get] |
| bool ICollection< TElement >. | IsReadOnly [get] |
| TElement IList< TElement >. | this[int index] [get, set] |
| class< GetEnumerator > | IEnumerator [set] |
Private Member Functions | |
| IEnumerator IEnumerable. | GetEnumerator () |
| void ICollection< TElement >. | Add (TElement item) |
| void ICollection< TElement >. | Clear () |
| bool ICollection< TElement >. | Contains (TElement item) |
| void ICollection< TElement >. | CopyTo (TElement[] array, int arrayIndex) |
| bool ICollection< TElement >. | Remove (TElement item) |
| int IList< TElement >. | IndexOf (TElement item) |
| void IList< TElement >. | Insert (int index, TElement item) |
| void IList< TElement >. | RemoveAt (int index) |
Private Attributes | |
| class< GetEnumerator > | d__7: IEnumerator<TElement> |
| class< GetEnumerator > | IDisposable |