ReadOnlyDictionary<TKey, TValue>.Values Property
Gets a collection containing the values in the ReadOnlyDictionary.
Namespace: Microsoft.SharePoint.Taxonomy.Generic
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public ReadOnly Property Values As ICollection(Of TValue)
Get
'Usage
Dim instance As ReadOnlyDictionary
Dim value As ICollection(Of TValue)
value = instance.Values
public ICollection<TValue> Values { get; }
Property Value
Type: System.Collections.Generic.ICollection<TValue>
A collection containing the values in the ReadOnlyDictionary
See Also
Reference
ReadOnlyDictionary<TKey, TValue> Class