System::Collections::Generic::KeyValuePair::KeyValuePair constructor
KeyValuePair::KeyValuePair() constructor
Null‑initialisatie van sleutel‑waarde‑koppel.
System::Collections::Generic::KeyValuePair<TKey, TValue>::KeyValuePair()
Zie ook
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
KeyValuePair::KeyValuePair(const std::pair<OtherK, OtherV>&) constructor
Type‑conversie‑constructor.
template<typename OtherK,typename OtherV> System::Collections::Generic::KeyValuePair<TKey, TValue>::KeyValuePair(const std::pair<OtherK, OtherV> &pair)
| Parameter | Beschrijving |
|---|---|
| OtherK | Ander sleuteltype. |
| OtherV | Ander waardetype. |
| Parameter | Type | Beschrijving |
|---|---|---|
| pair | const std::pair<OtherK, OtherV>& | Paarwaarde. |
Zie ook
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
KeyValuePair::KeyValuePair(const TKey&, const TValue&) constructor
Constructor.
System::Collections::Generic::KeyValuePair<TKey, TValue>::KeyValuePair(const TKey &key, const TValue &value)
| Parameter | Type | Beschrijving |
|---|---|---|
| sleutel | const TKey& | Sleutel. |
| value | const TValue& | Waarde. |
Zie ook
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Page for C++