Terraria
v1.4.4.9
Terraria source code documentation
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
23
of file
Stack.cs
.
24
{
25
get
26
{
27
if
(
_index
< 0)
28
{
29
ThrowEnumerationNotStartedOrEnded
();
30
}
31
return
_currentElement
;
32
}
33
}
System.Collections.Generic.Stack.Enumerator._currentElement
T _currentElement
Definition
Stack.cs:21
System.Collections.Generic.Stack.Enumerator._index
int _index
Definition
Stack.cs:19
System.Collections.Generic.Stack.Enumerator.ThrowEnumerationNotStartedOrEnded
void ThrowEnumerationNotStartedOrEnded()
Definition
Stack.cs:83
System
Collections
Generic
Stack
Enumerator
Generated by
1.10.0