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.Enumerable.WhereEnumerableIterator< TSource > Class Template Reference
+ Inheritance diagram for System.Linq.Enumerable.WhereEnumerableIterator< TSource >:
+ Collaboration diagram for System.Linq.Enumerable.WhereEnumerableIterator< TSource >:

Public Member Functions

 WhereEnumerableIterator (IEnumerable< TSource > source, Func< TSource, bool > predicate)
 
override Enumerable.Iterator< TSource > Clone ()
 
override void Dispose ()
 
override bool MoveNext ()
 
override IEnumerable< TResultSelect< TResult > (Func< TSource, TResult > selector)
 
override IEnumerable< TSource > Where (Func< TSource, bool > predicate)
 
IEnumerator< TSource > GetEnumerator ()
 

Package Attributes

int state
 
TSource current
 

Properties

TSource Current [get, set]
 
object System.Collections.IEnumerator. Current [get, set]
 

Private Member Functions

IEnumerator System.Collections.IEnumerable. GetEnumerator ()
 
void System.Collections.IEnumerator. Reset ()
 

Private Attributes

IEnumerable< TSource > source
 
Func< TSource, bool > predicate
 
IEnumerator< TSource > enumerator
 
int threadId
 

Detailed Description

Definition at line 867 of file Enumerable.cs.


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