KeyValuePair<'TKey, 'TValue> Constructor ('TKey, 'TValue)

 

Initializes a new instance of the KeyValuePair<'TKey, 'TValue> structure with the specified key and value.

Namespace:   System.Collections.Generic
Assembly:  mscorlib (in mscorlib.dll)

new : 
        key:'TKey *
        value:'TValue -> KeyValuePair

Parameters

key
Type: TKey

The object defined in each key/value pair.

value
Type: TValue

The definition associated with key.

Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Return to top
Show: