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

Public Member Functions

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

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

int threadId
 

Detailed Description

Definition at line 757 of file Enumerable.cs.


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