Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
SyncRoot
object ICollection.
System.Collections.Concurrent.ConcurrentBag
<
T
>.SyncRoot
get
private
Implements
System.Collections.ICollection
.
Definition at line
385
of file
ConcurrentBag.cs
.
386
{
387
get
388
{
389
throw
new
NotSupportedException(
System
.
SR
.
ConcurrentCollection_SyncRoot_NotSupported
);
390
}
391
}
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
ConcurrentBag
Generated by
1.10.0