Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
SyncRoot
object ICollection.
System.Collections.Concurrent.ConcurrentQueue
<
T
>.SyncRoot
get
private
inherited
Implements
System.Collections.ICollection
.
Definition at line
21
of file
ConcurrentQueue.cs
.
22
{
23
get
24
{
25
ThrowHelper.ThrowNotSupportedException(
ExceptionResource
.ConcurrentCollection_SyncRoot_NotSupported);
26
return
null
;
27
}
28
}
System.ExceptionResource
ExceptionResource
Definition
ExceptionResource.cs:4
System
Threading
Tasks
MultiProducerMultiConsumerQueue
Generated by
1.10.0