StringMap.Remove Method

Removes a key entry from a Map.

bool Remove(const char[] key)

Parameters

const char[] key

Key string.

Return Value

True on success, false if the value was never set.