Click or drag to resize

RecentDictionaryTKey, TValueValues Property

Gets a collection containing the values in the dictionary.

Namespace:  Scaleout.Collections
Assembly:  Scaleout.Collections (in Scaleout.Collections.dll) Version: 1.0.3.0 (1.0.3.0)
Syntax
C#
public ICollection<TValue> Values { get; }

Property Value

Type: ICollectionTValue

Implements

IDictionaryTKey, TValueValues
See Also