SharedDictionary.Create<TKey,TValue> method (1 of 2)
Creates a new shared dictionary.
public static SharedDictionary<TKey, TValue> Create<TKey, TValue>(IActorRuntime runtime)
parameter | description |
---|---|
TKey | The type of the key. |
TValue | The type of the value. |
runtime | The actor runtime. |
See Also
- class SharedDictionary<TKey,TValue>
- interface IActorRuntime
- class SharedDictionary
- namespace Microsoft.Coyote.Actors.SharedObjects
- assembly Microsoft.Coyote.Actors
SharedDictionary.Create<TKey,TValue> method (2 of 2)
Creates a new shared dictionary.
public static SharedDictionary<TKey, TValue> Create<TKey, TValue>(IEqualityComparer<TKey> comparer,
IActorRuntime runtime)
parameter | description |
---|---|
TKey | The type of the key. |
TValue | The type of the value. |
comparer | The key comparer. |
runtime | The actor runtime. |
See Also
- class SharedDictionary<TKey,TValue>
- interface IActorRuntime
- class SharedDictionary
- namespace Microsoft.Coyote.Actors.SharedObjects
- assembly Microsoft.Coyote.Actors