Click or drag to resize

IReadOnlyDictionary<TKey, TValue>.Values Property

Gets an enumerable collection that contains the values in the read-only dictionary.

Namespace:  EBP.Api.Misc
Assembly:  EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
IEnumerable<TValue> Values { get; }

Property Value

Type: IEnumerable<TValue>
An enumerable collection that contains the values in the read-only dictionary.
See Also