Remove

移除集合中第一次出现的键/值对。

bool Remove(
   TKey  key     // 键
   );

参数

key

[in]  键。

返回值

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