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.Iterator< TSource > Class Template Referenceabstract
+ Inheritance 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]
 
object IEnumerator. Current [get]
 

Private Member Functions

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

Private Attributes

int threadId
 

Detailed Description

Definition at line 801 of file Enumerable.cs.


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