IReadOnlyDictionary<TKey, TValue>.Values Property
Gets the collection of values in the dictionary.
Namespace: Microsoft.BusinessData.Infrastructure.Collections
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property Values As ICollection(Of TValue)
Get
'Usage
Dim instance As IReadOnlyDictionary
Dim value As ICollection(Of TValue)
value = instance.Values
ICollection<TValue> Values { get; }
Property Value
Type: System.Collections.Generic.ICollection<TValue>
The collection of values in the dictionary.
See Also
Reference
IReadOnlyDictionary<TKey, TValue> Interface