Compartir vía


FrozenDictionary<TKey,TValue>.IReadOnlyDictionary<TKey,TValue>.Item[TKey] Propiedad

Definición

Obtiene el elemento que tiene la clave especificada en el diccionario de solo lectura.

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

Parámetros

key
TKey

Clave que se va a localizar.

Valor de propiedad

TValue

Elemento que tiene la clave especificada en el diccionario de solo lectura.

Implementaciones

Se aplica a