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