Click or drag to resize
Accord.NET (logo)

TwoWayDictionaryTFirst, TSecondAdd Method

Adds an element with the provided key and value to the IDictionaryTKey, TValue.

Namespace:  Accord.Collections
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public void Add(
	TFirst key,
	TSecond value
)
Request Example View Source

Parameters

key
Type: TFirst
The object to use as the key of the element to add.
value
Type: TSecond
The object to use as the value of the element to add.
See Also