Remove

移除已排序集合中出现的指定元素。

bool Remove(
    item     // 元素值
   );

参数

item

[in] 要被删除的元素值。

返回值

成功返回true,否则返回false。