Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
SyncRoot
object ICollection.
System.Collections.Concurrent.ConcurrentStack
<
T
>.SyncRoot
get
private
Implements
System.Collections.ICollection
.
Definition at line
44
of file
ConcurrentStack.cs
.
45
{
46
get
47
{
48
throw
new
NotSupportedException(
System
.
SR
.
ConcurrentCollection_SyncRoot_NotSupported
);
49
}
50
}
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
ConcurrentStack
Generated by
1.10.0