Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
SyncRoot
object ICollection.
System.Collections.Concurrent.BlockingCollection
<
T
>.SyncRoot
get
private
Implements
System.Collections.ICollection
.
Definition at line
80
of file
BlockingCollection.cs
.
81
{
82
get
83
{
84
throw
new
NotSupportedException(
System
.
SR
.
ConcurrentCollection_SyncRoot_NotSupported
);
85
}
86
}
System.SR.ConcurrentCollection_SyncRoot_NotSupported
static string ConcurrentCollection_SyncRoot_NotSupported
Definition
SR.cs:58
System.SR
Definition
SR.cs:7
System
Definition
BlockingCollection.cs:8
System
Collections
Concurrent
BlockingCollection
Generated by
1.10.0