Click or drag to resize
Akka.NETORMultiDictionary<TKey, TValue>.Values 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: IEnumerable<TValue>
See Also