Gets a collection containing the values in the Dictionary.

Namespace: System.Extensions.Collections.ObjectModel
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public ICollection<TValue> Values { get; }
Visual Basic
Public ReadOnly Property Values As ICollection(Of TValue)
	Get
Visual C++
public:
virtual property ICollection<TValue>^ Values {
	ICollection<TValue>^ get () sealed;
}
F#
abstract Values : ICollection<'TValue> with get
override Values : ICollection<'TValue> with get

Property Value

Type: ICollection<(Of <(<'TValue>)>)>

Implements

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

See Also