System::Collections::Generic::IDictionary::idx_set metodo
IDictionary::idx_set method
Funzione setter.
virtual void System::Collections::Generic::IDictionary<TKey, TValue>::idx_set(const TKey &key, TValue value)=0
| Parametro | Tipo | Descrizione |
|---|---|---|
| chiave | const TKey& | Chiave da cercare. |
| value | TValue | Valore da impostare per la chiave specificata. |
Vedi anche
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++