2027 Method
Changes 0
M

Categories.Insert

Description:
Inserts the specified category with the specified name into the map.
public override 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 Whether or not the category was inserted into the map.