Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SyncRoot

object ICollection. System.Collections.Concurrent.BlockingCollection< T >.SyncRoot
getprivate

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 }
static string ConcurrentCollection_SyncRoot_NotSupported
Definition SR.cs:58
Definition SR.cs:7