System.Collections.Specialized
4.0.1
Provides older specialized non-generic collections; for example, a linked list dictionary, a bit vector, and collections that contain only strings.
Commonly Used Types:
System.Collections.Specialized.NameValueCollection
System.Collections.Specialized.NameObjectCollectionBase
System.Collections.Specialized.StringCollection
System.Collections.Specialized.IOrderedDictionary
System.Collections.Specialized.HybridDictionary
System.Collections.Specialized.OrderedDictionary
System.Collections.Specialized.ListDictionary
System.Collections.Specialized.StringDictionary
System.Collections.Specialized.BitVector32
When using NuGet 3.x this package requires at least version 3.4.
See the version list below for details.
Requires NuGet 2.12 or higher.
Install-Package System.Collections.Specialized -Version 4.0.1
dotnet add package System.Collections.Specialized --version 4.0.1
<PackageReference Include="System.Collections.Specialized" Version="4.0.1" />
paket add System.Collections.Specialized --version 4.0.1
#r "nuget: System.Collections.Specialized, 4.0.1"
// Install System.Collections.Specialized as a Cake Addin
#addin nuget:?package=System.Collections.Specialized&version=4.0.1
// Install System.Collections.Specialized as a Cake Tool
#tool nuget:?package=System.Collections.Specialized&version=4.0.1
Release Notes
https://go.microsoft.com/fwlink/?LinkID=799417
Dependencies
-
.NETFramework 4.6
- No dependencies.
-
.NETStandard 1.3
- System.Collections.NonGeneric (>= 4.0.1)
- System.Globalization (>= 4.0.11)
- System.Globalization.Extensions (>= 4.0.1)
- System.Resources.ResourceManager (>= 4.0.1)
- System.Runtime (>= 4.1.0)
- System.Runtime.Extensions (>= 4.1.0)
- System.Threading (>= 4.0.11)
-
MonoAndroid 1.0
- No dependencies.
-
MonoTouch 1.0
- No dependencies.
-
Xamarin.iOS 1.0
- No dependencies.
-
Xamarin.Mac 2.0
- No dependencies.
-
Xamarin.TVOS 1.0
- No dependencies.
-
Xamarin.WatchOS 1.0
- No dependencies.
Used By
NuGet packages (3)
Showing the top 3 NuGet packages that depend on System.Collections.Specialized:
| Package | Downloads |
|---|---|
|
Castle.Core
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
|
|
|
Microsoft.IdentityModel.Protocols
Provides base protocol support for OpenIdConnect and WsFederation.
|
|
|
System.ComponentModel.TypeConverter
Provides the System.ComponentModel.TypeConverter class, which represents a unified way of converting types of values to other types.
Commonly Used Types:
System.ComponentModel.TypeConverter
System.ComponentModel.TypeConverterAttribute
System.ComponentModel.PropertyDescriptor
System.ComponentModel.StringConverter
System.ComponentModel.ITypeDescriptorContext
System.ComponentModel.EnumConverter
System.ComponentModel.TypeDescriptor
System.ComponentModel.Int32Converter
System.ComponentModel.BooleanConverter
System.ComponentModel.DoubleConverter
When using NuGet 3.x this package requires at least version 3.4.
|