ParameterMap.Insert
Description:
Insert the specified item with the specified key into the map.
Insert the specified item with the specified key into the map.
-
keyThe key to be used for inserting the item into the map.
-
itemThe item to be inserted into the map.
Return Value
bool
Returns whether the item was inserted into the map.