IReadOnlyDictionary<TKey, TValue>.Keys Property
Gets the collection of keys in the dictionary.
Namespace: Microsoft.BusinessData.Infrastructure.Collections
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property Keys As ICollection(Of TKey)
Get
'Usage
Dim instance As IReadOnlyDictionary
Dim value As ICollection(Of TKey)
value = instance.Keys
ICollection<TKey> Keys { get; }
Property Value
Type: System.Collections.Generic.ICollection<TKey>
The collection of keys in the dictionary.
See Also
Reference
IReadOnlyDictionary<TKey, TValue> Interface