|
OrderedDictionaryTKey, TValueAdd Method (KeyValuePairTKey, TValue)
|
Adds an item to the ICollectionT.
Namespace:
Accord.Collections
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public void Add(
KeyValuePair<TKey, TValue> item
)
Public Sub Add (
item As KeyValuePair(Of TKey, TValue)
)
Request Example
View SourceParameters
- item
- Type: System.Collections.GenericKeyValuePairTKey, TValue
The object to add to the ICollectionT.
See Also