IReadOnlyDictionary<TKey, TValue>.Item propriedade (TKey)
Obtém o item que existe em uma chave especificada.
Namespace: Microsoft.BusinessData.Infrastructure.Collections
Assembly: Microsoft.BusinessData (em Microsoft.BusinessData.dll)
Sintaxe
'Declaração
ReadOnly Property Item ( _
key As TKey _
) As TValue
Get
'Uso
Dim instance As IReadOnlyDictionary
Dim key As TKey
Dim value As TValue
value = instance.Item(key)
TValue this[
TKey key
] { get; }
Parâmetros
key
Tipo: TKeyA chave especificada.
Valor de propriedade
Tipo: TValue
Ver também
Referência
IReadOnlyDictionary<TKey, TValue> interface