|
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.Linq.Lookup< TKey, TElement >:
Collaboration diagram for System.Linq.Lookup< TKey, TElement >:Classes | |
| class | Grouping |
Public Member Functions | |
| IEnumerator< IGrouping< TKey, TElement > > | GetEnumerator () |
Package Functions | |
| int | InternalGetHashCode (TKey key) |
| Lookup< TKey, TElement >.Grouping | GetGrouping (TKey key, bool create) |
Static Package Functions | |
| static Lookup< TKey, TElement > | Create< TSource > (IEnumerable< TSource > source, Func< TSource, TKey > keySelector, Func< TSource, TElement > elementSelector, IEqualityComparer< TKey > comparer) |
Properties | |
| class< GetEnumerator > | IEnumerator [set] |
Private Member Functions | |
| Lookup (IEqualityComparer< TKey > comparer) | |
| IEnumerator System.Collections.IEnumerable. | GetEnumerator () |
| void | Resize () |
Private Attributes | |
| IEqualityComparer< TKey > | comparer |
| Lookup< TKey, TElement >.Grouping[] | groupings |
| Lookup< TKey, TElement >.Grouping | lastGrouping |
| int | count |
| class< GetEnumerator > | d__12: IEnumerator<IGrouping<TKey |
| class< GetEnumerator > | TElement |
| class< GetEnumerator > | IDisposable |