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

◆ SyncRoot

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

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