TryRemove(TKey) | Tries to remove the value with the specified key from the ThreadSafeDictionaryTKey, TValue. |
TryRemove(TKey, TValue) | Tries to remove the item from the ThreadSafeDictionaryTKey, TValue that has the specified key and value. |
TryRemove(TKey, TValue) | Tries to remove and return the value with the specified key from the ThreadSafeDictionaryTKey, TValue. |