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)
Dependencies
Tags
the generic argument parameters and leverage type inference instead: i.e.
KeyValuePair.Create("max", 25) creates a KeyValuePair<string, int>.