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

Adds the value to the specified key.

Namespace:  Tortuga.Anchor.Collections
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


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

Parameters

key
Type: TKey
The key.
value
Type: TValue
The value.