2027 Method
Changes 0
M

CitySet.Insert

Description:
Insert the specified city into the set.
public virtual bool Insert(
	City item
)
  • item
    The city to be inserted into the set.
Return Value Boolean Returns whether the city was inserted into the set.