Partilhar via


OrderedDictionary<TKey,TValue>.Item[TKey] Propriedade

Definição

Obtém ou define o elemento com a chave especificada.

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 do elemento a ser obtido ou definido.

Valor da propriedade

TValue

O elemento com a chave especificada.

Implementações

Exceções

key é null.

A propriedade é recuperada e key não existe na coleção.

Comentários

Definir o valor de uma chave existente não afeta sua ordem na coleção.

Aplica-se a