Compartilhar via


TempDataDictionary.Add(String, Object) Método

Definição

Adiciona um elemento que tem a chave e o valor especificados ao IDictionary<TKey,TValue> objeto .

public void Add (string key, object value);
abstract member Add : string * obj -> unit
override this.Add : string * obj -> unit
Public Sub Add (key As String, value As Object)

Parâmetros

key
String

A chave do elemento a ser adicionada.

value
Object

O valor do elemento a ser adicionado.

Implementações

Exceções

O objeto IDictionary<TKey,TValue> é somente leitura.

key é nulo.

Um elemento que tem a mesma chave já existe no IDictionary<TKey,TValue> objeto .

Aplica-se a