Info
Version: | 1.0.0 |
Author(s): | Fabricio Godoy |
Last Update: | Monday, June 26, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/WindowsCE-Deprecated/System.Collections.Concurrent |
NuGet Url: | https://www.nuget.org/packages/System.Collections.Concurrent.WindowsCE |
Install
Install-Package System.Collections.Concurrent.WindowsCE
dotnet add package System.Collections.Concurrent.WindowsCE
paket add System.Collections.Concurrent.WindowsCE
System.Collections.Concurrent.WindowsCE Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Runtime.WindowsCE(>= 1.0.2)
Tags
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.