|
OrderedDictionaryTKey, TValueAdd Method (TKey, TValue)
|
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(
TKey key,
TValue value
)
Public Sub Add (
key As TKey,
value As TValue
)
Request Example
View SourceParameters
- 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.
See Also