طريقة 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.

انظر أيضًا