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.Collections.Generic.Stack< T >.Enumerator Struct Reference
+ Inheritance diagram for System.Collections.Generic.Stack< T >.Enumerator:
+ Collaboration diagram for System.Collections.Generic.Stack< T >.Enumerator:

Public Member Functions

void Dispose ()
 
bool MoveNext ()
 

Package Functions

 Enumerator (Stack< T > stack)
 

Properties

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

Private Member Functions

void ThrowEnumerationNotStartedOrEnded ()
 
void System.Collections.IEnumerator. Reset ()
 

Private Attributes

readonly Stack< T_stack
 
readonly int _version
 
int _index
 
T _currentElement
 

Detailed Description

Definition at line 267 of file Stack.cs.


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