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
See Also
Reference
ReadOnlyDictionary<TKey, TValue> Class