ParameterMap.Erase
Description:
Removes a object with the specified key from the map.
Removes a object with the specified key from the map.
public virtual int Erase(
string key
)
-
StringkeyThe key of the item to be erased.
Return Value
int
The number of items that were erased from the map.