ImmutableSortedDictionary<TKey,TValue>.Builder.Item[TKey] Propiedad

Definición

Obtiene o establece el valor de una clave especificada en el diccionario ordenado inmutable.

public:
 property TValue default[TKey] { TValue get(TKey key); void set(TKey key, TValue value); };
public TValue this[TKey key] { get; set; }
member this.Item('Key) : 'Value with get, set
Default Public Property Item(key As TKey) As TValue

Parámetros

key
TKey

Clave de la que se debe recuperar el valor.

Valor de propiedad

TValue

Valor asociado a la clave facilitada.

Implementaciones

Se aplica a