Share via


ReadOnlyDictionary<TKey, TValue>.IDictionary.Values property

Namespace:  Microsoft.SharePoint.Taxonomy.Generic
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
Private ReadOnly Property Values As ICollection
    Implements IDictionary.Values
    Get
'Usage
Dim instance As ReadOnlyDictionary
Dim value As ICollection

value = CType(instance, IDictionary).Values
ICollectionIDictionary.Values { get; }

Property value

Type: System.Collections.ICollection

Implements

IDictionary.Values

See also

Reference

ReadOnlyDictionary<TKey, TValue> class

ReadOnlyDictionary<TKey, TValue> members

Microsoft.SharePoint.Taxonomy.Generic namespace