Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
QueueDebugView()
System.Collections.Queue.QueueDebugView.QueueDebugView
(
Queue
queue
)
inline
Definition at line
208
of file
Queue.cs
.
209
{
210
if
(queue ==
null
)
211
{
212
throw
new
ArgumentNullException(
"queue"
);
213
}
214
_queue
= queue;
215
}
System.Collections.Queue.QueueDebugView._queue
readonly Queue _queue
Definition
Queue.cs:203
References
System.Collections.Queue.QueueDebugView._queue
.
System
Collections
Queue
QueueDebugView
Generated by
1.10.0