Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Current
[1/2]
T
System.Collections.Immutable.ImmutableStack
<
T
>.EnumeratorObject.Current
get
Implements
System.Collections.IEnumerator
.
Definition at line
101
of file
ImmutableStack.cs
.
102
{
103
get
104
{
105
ThrowIfDisposed
();
106
if
(
_remainingStack
==
null
||
_remainingStack
.IsEmpty)
107
{
108
throw
new
InvalidOperationException
();
109
}
110
return
_remainingStack
.Peek();
111
}
112
}
System.Collections.Immutable.ImmutableStack.EnumeratorObject._remainingStack
ImmutableStack< T > _remainingStack
Definition
ImmutableStack.cs:97
System.Collections.Immutable.ImmutableStack.EnumeratorObject.ThrowIfDisposed
void ThrowIfDisposed()
Definition
ImmutableStack.cs:147
System.Transactions.TransactionExceptionType.InvalidOperationException
@ InvalidOperationException
System
Collections
Immutable
ImmutableStack
EnumeratorObject
Generated by
1.10.0