RankedMapTKey, TValueAdd Method |
Namespace: Kaos.Collections
public bool Add( TKey key, TValue value )
Exception | Condition |
---|---|
ArgumentNullException | When key is null. |
ArgumentException | When no comparer is available. |
This is a O(log n) operation.
fmt.Add ("qt", "QuickTime movie clip"); fmt.Add ("jpeg", "JPEG bitmap image format"); fmt.Add ("sln", "Blend for Visual Studio"); fmt.Add ("sln", "Visual Studio 2017");