2024 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
)
  • String
    key
    The key to be used for inserting the item into the map.
  • item
    The item to be inserted into the map.
Return Value bool Returns whether the item was inserted into the map.