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

◆ SyncRoot

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

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