Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Dequeue< T >()
static
IImmutableQueue
<
T
>
System.Collections.Immutable.ImmutableQueue
<
T
>.
Dequeue
<
T
>
(
this
IImmutableQueue
<
T
>
queue
,
out
T
value
)
inline
static
Definition at line
56
of file
ImmutableQueue.cs
.
57
{
58
Requires.NotNull(
queue
,
"queue"
);
59
value
=
queue
.Peek();
60
return
queue
.Dequeue();
61
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.value
@ value
References
System.value
.
System
Collections
Immutable
ImmutableQueue
Generated by
1.10.0