Click or drag to resize
Akka.NETORMultiDictionaryTKey, TValueValues Property
Returns all values stored in all buckets within current ORMultiDictionary.

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public IEnumerable<TValue> Values { get; }

Property Value

Type: IEnumerableTValue
See Also