SharedDictionary<TKey,TValue> indexer
Gets or sets the value associated with the specified key.
public virtual TValue this[TKey key] { get; set; }
See Also
- class SharedDictionary<TKey,TValue>
- namespace Microsoft.Coyote.Actors.SharedObjects
- assembly Microsoft.Coyote.Actors