System::Collections::Generic::DictionaryPtr::operator[] yöntemi
DictionaryPtr::operator[](const T&) const method
Erişim operatörü.
V & System::Collections::Generic::DictionaryPtr<T, V>::operator[](const T &key) const
| Parametre | Tür | Açıklama |
|---|---|---|
| key | const T& | Dictionary anahtarı. |
ReturnValue
Geçilen anahtara karşılık gelen, mevcut veya yeni oluşturulmuş değere referans.
Ayrıca Bakınız
- Class DictionaryPtr
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
DictionaryPtr::operator[](const X&) const method
Anahtar tipi dönüşümüyle çalışmak için erişim operatörü.
template<class X> V & System::Collections::Generic::DictionaryPtr<T, V>::operator[](const X &key) const
| Parametre | Açıklama |
|---|---|
| X | Kaynak anahtar türü. |
| Parametre | Tür | Açıklama |
|---|---|---|
| key | const X& | Dictionary anahtarı. |
ReturnValue
Geçilen anahtara karşılık gelen, mevcut veya yeni oluşturulmuş değere referans.
Ayrıca Bakınız
- Class DictionaryPtr
- Namespace System::Collections::Generic
- Library Aspose.Font for C++