SharedDictionary<TKey,TValue>.TryRemove method
Removes the specified key from the dictionary.
public virtual bool TryRemove(TKey key, out TValue value)
See Also
- class SharedDictionary<TKey,TValue>
- namespace Microsoft.Coyote.Actors.SharedObjects
- assembly Microsoft.Coyote.Actors