Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Synchronized()
static
Queue
System.Collections.Queue.Synchronized
(
Queue
queue
)
inline
static
inherited
Definition at line
390
of file
Queue.cs
.
391
{
392
if
(queue ==
null
)
393
{
394
throw
new
ArgumentNullException(
"queue"
);
395
}
396
return
new
SynchronizedQueue(queue);
397
}
System
Collections
Queue
SynchronizedQueue
Generated by
1.10.0