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

Definição

Obtém o elemento que tem a chave especificada.

public:
 property TValue default[TKey] { TValue get(TKey key); };
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 do elemento a obter.

Valor da propriedade

TValue

O elemento que tem a chave especificada.

Implementações

Exceções

key é null.

A propriedade é recuperada e key não foi encontrado.

Aplica-se a