SharedDictionary<TKey,TValue>.TryAdd method
Adds a new key to the dictionary, if it doesn’t already exist in the dictionary.
public virtual bool TryAdd(TKey key, TValue value)
See Also
- class SharedDictionary<TKey,TValue>
- namespace Microsoft.Coyote.Actors.SharedObjects
- assembly Microsoft.Coyote.Actors