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

◆ IsSynchronized

bool ICollection. System.Collections.Concurrent.BlockingCollection< T >.IsSynchronized
getprivate

Implements System.Collections.ICollection.

Definition at line 71 of file BlockingCollection.cs.

72 {
73 get
74 {
76 return false;
77 }
78 }