Compartilhar via


IReadOnlyDictionary<TKey, TValue>.Keys propriedade

Obtém a coleção de teclas no dicionário.

Namespace:  Microsoft.BusinessData.Infrastructure.Collections
Assembly:  Microsoft.BusinessData (em Microsoft.BusinessData.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Collections.Generic.ICollection<TKey>
O conjunto de chaves no dicionário.

Ver também

Referência

IReadOnlyDictionary<TKey, TValue> interface

IReadOnlyDictionary<TKey, TValue> membros

Microsoft.BusinessData.Infrastructure.Collections namespace