NETFx KeyValuePair.Create NuGet Package

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>.




Got any NETFx KeyValuePair.Create Question?





Info

Version: 1.1.0
Author(s): Daniel Cazzulino, kzu, Clarius
Last Update: Tuesday, August 30, 2011
.NET Fiddle: Create the first Fiddle
Project Url: http://netfx.codeplex.com
NuGet Url: https://www.nuget.org/packages/netfx-System.Collections.Generic.KeyValuePair


Install
Install-Package netfx-System.Collections.Generic.KeyValuePair
dotnet add package netfx-System.Collections.Generic.KeyValuePair
paket add netfx-System.Collections.Generic.KeyValuePair
netfx-System.Collections.Generic.KeyValuePair Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

.5

avg-downloads-per-day

2

days-since-last-release

4622