Metodo System::Collections::Generic::DictionaryPtr::operator[]
Contenuti
[
Nascondere
]DictionaryPtr::operator[](const T&) const method
Operatore di accesso.
V & System::Collections::Generic::DictionaryPtr<T, V>::operator[](const T &key) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| key | const T& | Chiave Dictionary. |
ReturnValue
Riferimento al valore corrispondente alla chiave fornita, esistente o appena creato.
Vedi anche
- Class DictionaryPtr
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
DictionaryPtr::operator[](const X&) const method
Operatore di accesso per lavorare con la conversione del tipo di chiave.
template<class X> V & System::Collections::Generic::DictionaryPtr<T, V>::operator[](const X &key) const
| Parametro | Descrizione |
|---|---|
| X | Tipo di chiave sorgente. |
| Parametro | Tipo | Descrizione |
|---|---|---|
| key | const X& | Chiave Dictionary. |
ReturnValue
Riferimento al valore corrispondente alla chiave fornita, esistente o appena creato.
Vedi anche
- Class DictionaryPtr
- Namespace System::Collections::Generic
- Library Aspose.Font for C++