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