Metodo System::Collections::Generic::IDictionary::idx_set
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. |
| valore | TValue | Valore da impostare alla chiave specificata. |
Vedi anche
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++