ImmutableSortedDictionary<TKey,TValue>.Builder.Item[TKey] Proprietà

Definizione

Ottiene o imposta il valore per una chiave specificata nel dizionario ordinato non modificabile.

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

Parametri

key
TKey

Chiave per cui recuperare il valore.

Valore della proprietà

TValue

Valore associato alla chiave specificata.

Implementazioni

Si applica a