|
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
)
Public Sub Add (
key As TFirst,
value As TSecond
)
Request Example
View SourceParameters
- 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