ReadOnlyDictionary<TKey, TValue>.Keys Property
Gets the collection of keys in the dictionary.
Namespace: Microsoft.SharePoint.BusinessData.Infrastructure.Collections.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.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>
The collection of keys in the dictionary.
Implements
IReadOnlyDictionary<TKey, TValue>.Keys
See Also
Reference
ReadOnlyDictionary<TKey, TValue> Class
ReadOnlyDictionary<TKey, TValue> Members
Microsoft.SharePoint.BusinessData.Infrastructure.Collections.Client Namespace