Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Generic.Stack< T >.Enumerator Struct Reference

Public Member Functions

void Dispose ()
 
bool MoveNext ()
 
void IEnumerator. Reset ()
 

Package Functions

 Enumerator (Stack< T > stack)
 

Properties

T Current [get]
 
object? IEnumerator. Current [get]
 

Private Member Functions

void ThrowEnumerationNotStartedOrEnded ()
 

Private Attributes

readonly Stack< T_stack
 
readonly int _version
 
int _index
 
T _currentElement
 

Detailed Description

Definition at line 13 of file Stack.cs.


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