2027 Method
Changes 0
M

CategoryNameMap.Insert

Description:
Insert the specified category with the specified name into the map.
public virtual bool Insert(
	string key,
	Category item
)
  • String
    key
    The name to be used for inserting the category into the map.
  • item
    The category to be inserted into the map.
Return Value Boolean Returns whether the category was inserted into the map.