Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetEnumerator()
[3/3]
IEnumerator
IEnumerable.
System.Collections.Immutable.ImmutableStack
<
T
>.GetEnumerator
(
)
inline
private
Implements
System.Collections.IEnumerable
.
Definition at line
248
of file
ImmutableStack.cs
.
249
{
250
return
new
EnumeratorObject(
this
);
251
}
System
Collections
Immutable
ImmutableStack
Generated by
1.10.0