ImmutableDictionary<TKey,TValue>.Builder.IDictionary.Add Método

Definición

Agrega un elemento con la clave y el valor proporcionados al objeto dictionary.

 virtual void System.Collections.IDictionary.Add(System::Object ^ key, System::Object ^ value) = System::Collections::IDictionary::Add;
void IDictionary.Add(object key, object value);
abstract member System.Collections.IDictionary.Add : obj * obj -> unit
override this.System.Collections.IDictionary.Add : obj * obj -> unit
Sub Add (key As Object, value As Object) Implements IDictionary.Add

Parámetros

key
Object

Clave del elemento que se va a agregar.

value
Object

Valor del elemento que se va a agregar.

Implementaciones

Comentarios

Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la ImmutableDictionary<TKey,TValue>.Builder instancia se convierte en una IDictionary interfaz.

Se aplica a