Remove

Removes the first occurrence of a key/value pair from a collection.

bool Remove(
   TKey  key     // key
   );

Parameters

key

[in]  Key.

Return Value

Returns true on successful, or false otherwise.