System::Collections::Generic::KeyValuePair::KeyValuePair कंस्ट्रक्टर

KeyValuePair::KeyValuePair() constructor

नल कुंजी-मान जोड़ी प्रारंभकर्ता।

System::Collections::Generic::KeyValuePair<TKey, TValue>::KeyValuePair()

संबंधित देखें

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>&युग्म मान।

संबंधित देखें

KeyValuePair::KeyValuePair(const TKey&, const TValue&) constructor

निर्माता।

System::Collections::Generic::KeyValuePair<TKey, TValue>::KeyValuePair(const TKey &key, const TValue &value)
पैरामीटरप्रकारविवरण
कुंजीconst TKey&कुंजी।
मानconst TValue&मान।

संबंधित देखें