Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Current

object System.Collections.Stack.StackEnumerator.Current
get

Implements System.Collections.IEnumerator.

Definition at line 122 of file Stack.cs.

123 {
124 get
125 {
126 if (_index == -2)
127 {
129 }
130 if (_index == -1)
131 {
133 }
134 return _currentElement;
135 }
136 }
static string InvalidOperation_EnumNotStarted
Definition SR.cs:46
static string InvalidOperation_EnumEnded
Definition SR.cs:42
Definition SR.cs:7