| LocalLWWDictionaryTKey, TValContainsKey Method |
Gets value determining, if underlying LWWDictionary contains specified key.
Namespace:
Akka.DistributedData.Local
Assembly:
Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public bool ContainsKey(
TKey key
)
member ContainsKey :
key : 'TKey -> bool
Parameters
- key
- Type: TKey
TBD
Return Value
Type:
BooleanTBD
See Also