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)
| पैरामीटर | विवरण |
|---|---|
| OtherK | अन्य कुंजी प्रकार। |
| OtherV | अन्य मान प्रकार। |
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| युग्म | 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)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| कुंजी | const TKey& | कुंजी। |
| मान | const TValue& | मान। |
संबंधित देखें
- Class KeyValuePair
- Namespace System::Collections::Generic
- Library Aspose.Page for C++