de la propiedad IReadOnlyDictionary<TKey, TValue>.Keys
Obtiene la colección de claves en el diccionario.
Espacio de nombres: Microsoft.BusinessData.Infrastructure.Collections
Ensamblado: Microsoft.BusinessData (en Microsoft.BusinessData.dll)
Sintaxis
'Declaración
ReadOnly Property Keys As ICollection(Of TKey)
Get
'Uso
Dim instance As IReadOnlyDictionary
Dim value As ICollection(Of TKey)
value = instance.Keys
ICollection<TKey> Keys { get; }
Valor de propiedad
Tipo: System.Collections.Generic.ICollection<TKey>
La colección de claves en el diccionario.
Vea también
Referencia
interfaz IReadOnlyDictionary<TKey, TValue>
Miembros IReadOnlyDictionary<TKey, TValue>
Espacio de nombres Microsoft.BusinessData.Infrastructure.Collections