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

Definición

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

 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 un miembro de interfaz. Solo se puede utilizar cuando la instancia de ImmutableSortedDictionary<TKey,TValue>.Builder se convierte en una interfaz IDictionary.

Se aplica a