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

Definición

Obtiene el elemento que tiene la clave especificada.

property TValue System::Collections::Generic::IDictionary<TKey,TValue>::Item[TKey] { TValue get(TKey key); void set(TKey key, TValue value); };
TValue System.Collections.Generic.IDictionary<TKey,TValue>.Item[TKey key] { get; set; }
member this.System.Collections.Generic.IDictionary<TKey,TValue>.Item('Key) : 'Value with get, set
 Property Item(key As TKey) As TValue Implements IDictionary(Of TKey, TValue).Item

Parámetros

key
TKey

La clave del elemento que se obtiene o establece.

Valor de propiedad

TValue

Elemento que tiene la clave especificada.

Implementaciones

Excepciones

key es null.

La propiedad se recupera, pero key no se encuentra.

La propiedad se establece.

Se aplica a