 | 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)
SyntaxIEnumerable<TValue> Values { get; }
ReadOnly Property Values As IEnumerable(Of TValue)
Get
Property Value
Type:
IEnumerable<TValue>
An enumerable collection that contains the values in the read-only dictionary.
See Also