Bridge

IDictionary<(Of <(<'TKey, TValue>)>)>..::..Add Method

Adds an element with the provided key and value to the IDictionary<(Of <(<'TKey, TValue>)>)>.

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

Syntax


void Add(
	TKey key,
	TValue value
)
Sub Add ( _
	key As TKey, _
	value As TValue _
)
void Add(
	TKey key, 
	TValue value
)

Parameters

key
Type: TKey
The object to use as the key of the element to add.
value
Type: TValue
The object to use as the value of the element to add.