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

Definição

Obtém ou define o valor de uma chave especificada no dicionário classificado imutável.

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

A chave para a qual recuperar o valor.

Valor da propriedade

TValue

O valor associado à chave fornecida.

Implementações

Aplica-se a