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
Loading...
Searching...
No Matches
System.Linq.GroupedEnumerable< TSource, TKey, TElement > Class Template Reference
+ Inheritance diagram for System.Linq.GroupedEnumerable< TSource, TKey, TElement >:
+ Collaboration diagram for System.Linq.GroupedEnumerable< TSource, TKey, TElement >:

Public Member Functions

 GroupedEnumerable (IEnumerable< TSource > source, Func< TSource, TKey > keySelector, Func< TSource, TElement > elementSelector, IEqualityComparer< TKey > comparer)
 
IEnumerator< IGrouping< TKey, TElement > > GetEnumerator ()
 

Private Member Functions

IEnumerator System.Collections.IEnumerable. GetEnumerator ()
 

Private Attributes

IEnumerable< TSource > source
 
Func< TSource, TKey > keySelector
 
Func< TSource, TElement > elementSelector
 
IEqualityComparer< TKey > comparer
 

Detailed Description

Definition at line 10 of file GroupedEnumerable.cs.


The documentation for this class was generated from the following file: