Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetEnumerator()
[2/3]
IEnumerator
<
T
>
IEnumerable
<
T
>.
System.Collections.Generic.Stack
<
T
>.GetEnumerator
(
)
inline
private
Implements
System.Collections.Generic.IEnumerable< out T >
.
Definition at line
213
of file
Stack.cs
.
214
{
215
return
new
Enumerator
(
this
);
216
}
System.Diagnostics.Enumerator
Definition
Enumerator.cs:8
System
Collections
Generic
Stack
Generated by
1.10.0