Click or drag to resize

SortedMapBaseKey, ValueAdd Method (KeyValuePairKey, Value)

Add to a map

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public void Add(
	KeyValuePair<Key, Value> keyValue
)

Parameters

keyValue
Type: System.Collections.GenericKeyValuePairKey, Value
key and value being added
See Also