AdditionalPropertiesDictionary<TValue>.Add(String, TValue) Método

Definição

Adiciona um elemento com a chave e valor fornecidos IDictionary<TKey,TValue>ao .

public:
 virtual void Add(System::String ^ key, TValue value);
public void Add(string key, TValue value);
abstract member Add : string * 'Value -> unit
override this.Add : string * 'Value -> unit
Public Sub Add (key As String, value As TValue)

Parâmetros

key
String

O objeto a usar como chave do elemento a adicionar.

value
TValue

O objeto a usar como valor do elemento a adicionar.

Implementações

Aplica-se a