Bridge

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

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

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

Syntax


public KeyValuePair(
	TKey key,
	TValue value
)
Public Sub New ( _
	key As TKey, _
	value As TValue _
)
public:
KeyValuePair(
	TKey key, 
	TValue value
)

Parameters

key
Type: TKey
The object defined in each key/value pair.
value
Type: TValue
The definition associated with key.