SynchronizedCollection
Does netcore has replacement ?
Thanks, Elaine
Do any of the collections in System.Collections.Concurrent meet your needs? They are much better than SynchronizedCollection https://msdn.microsoft.com/en-us/library/system.collections.concurrent.aspx
SynchronizedCollection is (full) .NET Framework 2.0 API. Concurrent collections were designed to replace it.
You need the System.ServiceModel.Primitives nuget package and it works in .net core 3.1
Most helpful comment
You need the System.ServiceModel.Primitives nuget package and it works in .net core 3.1