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