|
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
|
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< TResult > | Select< 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 |
Definition at line 757 of file Enumerable.cs.