SharedDictionary<TKey,TValue>.TryGetValue method
Attempts to get the value associated with the specified key.
public virtual bool TryGetValue(TKey key, out TValue value)
See Also
- class SharedDictionary<TKey,TValue>
- namespace Microsoft.Coyote.Actors.SharedObjects
- assembly Microsoft.Coyote.Actors