<Code Lib>
2025 Method
Changes 0
M

CategorySet.Insert

Description:
Insert the specified category into the set.

public virtual bool Insert(
	Category item
)

  • item
    The item to be inserted into the set.
Return Value Boolean Returns whether the item was inserted into the set.

Loading…