terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Linq.Enumerable.WhereEnumerableIterator< TSource > Class Template Reference
+ Inheritance 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]
 
object IEnumerator. Current [get]
 

Private Member Functions

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

Private Attributes

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

Detailed Description

Definition at line 894 of file Enumerable.cs.


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