Remove

移除列表中第一次出现的指定元素。

bool Remove(
    item     // 元素值
   );

参数

item

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

返回值

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