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
virtual
object System.Collections.Stack.StackEnumerator.Current
get
Implements
System.Collections.IEnumerator
.
Definition at line
280
of file
Stack.cs
.
281
{
282
get
283
{
284
int
index
= this.
_index
;
285
return
this.
_currentElement
;
286
}
287
}
System.Collections.Stack.StackEnumerator._index
int _index
Definition
Stack.cs:302
System.Collections.Stack.StackEnumerator._currentElement
object _currentElement
Definition
Stack.cs:308
System.ExceptionArgument.index
@ index
System
Collections
Stack
StackEnumerator
Generated by
1.10.0