2020 Method
Changes 0
M

ParameterMap.Insert

Description:
Insert the specified item with the specified key into the map.
public virtual bool Insert(
	string key,
	Parameter item
)
Return Value bool Returns whether the item was inserted into the map.