Partager via


IReadOnlyDictionary<TKey, TValue>.Item - Propriété (TKey)

Obtient l'élément qui existe à une clé spécifiée.

Espace de noms :  Microsoft.BusinessData.Infrastructure.Collections
Assembly :  Microsoft.BusinessData (dans Microsoft.BusinessData.dll)

Syntaxe

'Déclaration
ReadOnly Property Item ( _
    key As TKey _
) As TValue
    Get
'Utilisation
Dim instance As IReadOnlyDictionary
Dim key As TKey
Dim value As TValue

value = instance.Item(key)
TValue this[
    TKey key
] { get; }

Paramètres

  • key
    Type : TKey

    La clé spécifiée.

Valeur de propriété

Type : TValue

Voir aussi

Référence

IReadOnlyDictionary<TKey, TValue> interface

IReadOnlyDictionary<TKey, TValue> - Membres

Item - Surcharge

Microsoft.BusinessData.Infrastructure.Collections - Espace de noms