System::Collections::Generic::DictionaryPtr::operator[] méthode
Contenu
[
Cacher
]DictionaryPtr::operator[](const T&) const method
Opérateur d’accès.
V & System::Collections::Generic::DictionaryPtr<T, V>::operator[](const T &key) const
| Paramètre | Type | Description |
|---|---|---|
| key | const T& | Dictionary clé. |
ReturnValue
Référence à la valeur correspondant à la clé fournie, existante ou nouvellement créée.
Voir aussi
- Class DictionaryPtr
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
DictionaryPtr::operator[](const X&) const method
Opérateur d’accès pour travailler avec la conversion du type de clé.
template<class X> V & System::Collections::Generic::DictionaryPtr<T, V>::operator[](const X &key) const
| Paramètre | Description |
|---|---|
| X | Type de clé source. |
| Paramètre | Type | Description |
|---|---|---|
| key | const X& | Dictionary clé. |
ReturnValue
Référence à la valeur correspondant à la clé fournie, existante ou nouvellement créée.
Voir aussi
- Class DictionaryPtr
- Namespace System::Collections::Generic
- Library Aspose.Font for C++