System::Collections::Generic::IDictionary::Add method

IDictionary::Add method

Añade un par clave-valor al contenedor.

virtual void System::Collections::Generic::IDictionary<TKey, TValue>::Add(const TKey &key, const TValue &value)=0
ParámetroTipoDescripción
claveconst TKey&Clave a agregar.
valueconst TValue&Valor a agregar.

Ver también