netfx-System.Collections.Generic.KeyValuePair 1.1.0

dotnet add package netfx-System.Collections.Generic.KeyValuePair --version 1.1.0
NuGet\Install-Package netfx-System.Collections.Generic.KeyValuePair -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="netfx-System.Collections.Generic.KeyValuePair" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add netfx-System.Collections.Generic.KeyValuePair --version 1.1.0
#r "nuget: netfx-System.Collections.Generic.KeyValuePair, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install netfx-System.Collections.Generic.KeyValuePair as a Cake Addin
#addin nuget:?package=netfx-System.Collections.Generic.KeyValuePair&version=1.1.0

// Install netfx-System.Collections.Generic.KeyValuePair as a Cake Tool
#tool nuget:?package=netfx-System.Collections.Generic.KeyValuePair&version=1.1.0

Provides the missing KeyValuePair.Create static method, following the same approach as the Tuple.Create one to avoid having to type
the generic argument parameters and leverage type inference instead: i.e. KeyValuePair.Create("max", 25) creates a KeyValuePair<string, int>.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 15,201 8/30/2011
1.0.0.11 1,559 6/15/2011
1.0.0.5 1,587 5/20/2011
1.0.0 2,191 2/9/2011