ReadOnlyDictionaryBaseTKey, TValueValues Property

CVB.Net Documentation
Gets a read-only collection of all values in this dictionary.

Namespace:  Stemmer.Cvb.Collections.Generic
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public virtual ICollection<TValue> Values { get; }

Property Value

Type: ICollectionTValue

Implements

IDictionaryTKey, TValueValues
See Also

Reference