System::Collections::Generic::operator<< मेथड

System::Collections::Generic::operator«(std::ostream&, const KeyValuePair<TKey, TValue>&) method

UTF-8 एन्कोडिंग का उपयोग करके डेटा को स्ट्रीम में डालें।

template<typename TKey,typename TValue> std::ostream & System::Collections::Generic::operator<<(std::ostream &stream, const KeyValuePair<TKey, TValue> &pair)
पैरामीटरविवरण
TKeyकुंजी प्रकार।
TValueवैल्यू टाइप।
पैरामीटरप्रकारविवरण
स्ट्रीमstd::ostream&डेटा डालने के लिए आउटपुट स्ट्रीम।
pairconst KeyValuePair<TKey, TValue>&डालने के लिए Data

ReturnValue

stream.

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

System::Collections::Generic::operator«(std::wostream&, const KeyValuePair<TKey, TValue>&) method

डेटा को स्ट्रीम में डालें।

template<typename TKey,typename TValue> std::wostream & System::Collections::Generic::operator<<(std::wostream &stream, const KeyValuePair<TKey, TValue> &pair)
पैरामीटरविवरण
TKeyकुंजी प्रकार।
TValueवैल्यू टाइप।
पैरामीटरप्रकारविवरण
स्ट्रीमstd::wostream&डेटा डालने के लिए आउटपुट स्ट्रीम।
pairconst KeyValuePair<TKey, TValue>&डालने के लिए Data

ReturnValue

stream.

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