منشئ System::Collections::Generic::KeyValuePair::KeyValuePair
KeyValuePair::KeyValuePair() constructor
مُهيئ زوج المفتاح والقيمة الفارغ.
System::Collections::Generic::KeyValuePair<TKey, TValue>::KeyValuePair()
انظر أيضًا
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
KeyValuePair::KeyValuePair(const std::pair<OtherK, OtherV>&) constructor
منشئ تحويل النوع.
template<typename OtherK,typename OtherV> System::Collections::Generic::KeyValuePair<TKey, TValue>::KeyValuePair(const std::pair<OtherK, OtherV> &pair)
| Parameter | الوصف |
|---|---|
| OtherK | نوع المفتاح الآخر. |
| OtherV | نوع القيمة الآخر. |
| Parameter | Type | الوصف |
|---|---|---|
| زوج | const std::pair<OtherK, OtherV>& | قيمة الزوج. |
انظر أيضًا
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
KeyValuePair::KeyValuePair(const TKey&, const TValue&) constructor
منشئ.
System::Collections::Generic::KeyValuePair<TKey, TValue>::KeyValuePair(const TKey &key, const TValue &value)
| Parameter | Type | الوصف |
|---|---|---|
| المفتاح | const TKey& | المفتاح. |
| value | const TValue& | القيمة. |
انظر أيضًا
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Page for C++