Gets a collection containing the values in the dictionary.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public ICollection<TValue> Values { get; }
Visual Basic (Declaration)
Public ReadOnly Property Values As ICollection(Of TValue)

Implements

IDictionary<(Of <(TKey, TValue>)>)..::.Values

See Also