Compartilhar via


ReadOnlyDictionary45<TKey,TValue>.Item[TKey] Propriedade

Definição

Habilita o acesso a valores indexando com uma chave

public TValue this[TKey key] { get; }
member this.Item('Key) : 'Value
Default Public ReadOnly Property Item(key As TKey) As TValue

Parâmetros

key
TKey

A chave desejada

Valor da propriedade

TValue

O valor correspondente

Aplica-se a