2024 Method
Changes 0
M

ParameterMap.Erase

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