Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsSynchronized
bool
ICollection.
System.Collections.Concurrent.BlockingCollection
<
T
>.IsSynchronized
get
private
Implements
System.Collections.ICollection
.
Definition at line
71
of file
BlockingCollection.cs
.
72
{
73
get
74
{
75
CheckDisposed
();
76
return
false
;
77
}
78
}
System.Collections.Concurrent.BlockingCollection.CheckDisposed
void CheckDisposed()
Definition
BlockingCollection.cs:818
System
Collections
Concurrent
BlockingCollection
Generated by
1.10.0