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.
public virtual bool Insert(
string key,
Parameter item
)
-
StringkeyThe 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.