ReadOnlyDictionary<TKey, TValue>.IDictionary.Keys property
Namespace: Microsoft.SharePoint.Taxonomy.Generic
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Private ReadOnly Property Keys As ICollection
Implements IDictionary.Keys
Get
'Usage
Dim instance As ReadOnlyDictionary
Dim value As ICollection
value = CType(instance, IDictionary).Keys
ICollectionIDictionary.Keys { get; }
Property value
Type: System.Collections.ICollection
Implements
See also
Reference
ReadOnlyDictionary<TKey, TValue> class