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