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ámetro | Tipo | Descripción |
|---|---|---|
| clave | const TKey& | Clave a agregar. |
| value | const TValue& | Valor a agregar. |
Ver también
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++