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

◆ SyncRoot

object ICollection. System.Collections.Concurrent.ConcurrentQueue< T >.SyncRoot
getprivateinherited

Implements System.Collections.ICollection.

Definition at line 21 of file ConcurrentQueue.cs.

22 {
23 get
24 {
25 ThrowHelper.ThrowNotSupportedException(ExceptionResource.ConcurrentCollection_SyncRoot_NotSupported);
26 return null;
27 }
28 }