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

Definición

Obtiene el elemento que tiene la clave 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

Clave del elemento que se va a obtener.

Valor de propiedad

TValue

Elemento que tiene la clave especificada.

Implementaciones

Excepciones

key es null.

La propiedad se recupera, pero key no se encuentra.

Se aplica a