System.Collections.Concurrent.WindowsCE

Provides several thread-safe collection classes that should be used in place of the corresponding types in the System.Collections.NonGeneric and System.Collections packages whenever multiple threads are accessing the collection concurrently. Replaced by NETStandard.WindowsCE package. Commonly Used Types: System.Collections.Concurrent.ConcurrentDictionary<TKey, TValue> System.Collections.Concurrent.ConcurrentQueue<T> System.Collections.Concurrent.ConcurrentBag<T> System.Collections.Concurrent.BlockingCollection<T> System.Collections.Concurrent.ConcurrentStack<T> Mimics the package System.Collections.Concurrent.


Keywords
net35-cf, windowsce, wince, netstandard, netstandard1.0, concurrent, safe
License
Other
Install
Install-Package System.Collections.Concurrent.WindowsCE -Version 1.0.0