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

◆ Current [1/2]

T System.Collections.Generic.Stack< T >.Enumerator.Current
get

Implements System.Collections.Generic.IEnumerator< out T >.

Definition at line 189 of file Stack.cs.

190 {
191 get
192 {
193 int index = this._index;
194 return this._currentElement;
195 }
196 }