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