طريقة System::Collections::Generic::DictionaryPtr::operator[]
محتويات
[
يخفي
]DictionaryPtr::operator[](const T&) const method
مشغل الوصول.
V & System::Collections::Generic::DictionaryPtr<T, V>::operator[](const T &key) const
| معامل | نوع | الوصف |
|---|---|---|
| key | const T& | مفتاح Dictionary. |
ReturnValue
مرجع إلى القيمة المقابلة للمفتاح الممرَّر، سواء كانت موجودة أو تم إنشاؤها حديثًا.
انظر أيضًا
- Class DictionaryPtr
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
DictionaryPtr::operator[](const X&) const method
مشغل الوصول للعمل مع تحويل نوع المفتاح.
template<class X> V & System::Collections::Generic::DictionaryPtr<T, V>::operator[](const X &key) const
| معامل | الوصف |
|---|---|
| X | نوع مفتاح المصدر. |
| معامل | نوع | الوصف |
|---|---|---|
| key | const X& | مفتاح Dictionary. |
ReturnValue
مرجع إلى القيمة المقابلة للمفتاح الممرَّر، سواء كانت موجودة أو تم إنشاؤها حديثًا.
انظر أيضًا
- Class DictionaryPtr
- Namespace System::Collections::Generic
- Library Aspose.Font for C++