System::Collections::Generic::operator<< methode

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

Voeg gegevens in de stream in met UTF-8-codering.

template<typename TKey,typename TValue> std::ostream & System::Collections::Generic::operator<<(std::ostream &stream, const KeyValuePair<TKey, TValue> &pair)
ParameterBeschrijving
TKeySleuteltype.
TValueWaarde‑type.
ParameterTypeBeschrijving
streamstd::ostream&Uitvoerstroom om gegevens in te voegen.
pairconst KeyValuePair<TKey, TValue>&Data om in te voegen.

ReturnValue

stream.

Zie ook

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

Voeg gegevens in de stream in.

template<typename TKey,typename TValue> std::wostream & System::Collections::Generic::operator<<(std::wostream &stream, const KeyValuePair<TKey, TValue> &pair)
ParameterBeschrijving
TKeySleuteltype.
TValueWaarde‑type.
ParameterTypeBeschrijving
streamstd::wostream&Uitvoerstroom om gegevens in te voegen.
pairconst KeyValuePair<TKey, TValue>&Data om in te voegen.

ReturnValue

stream.

Zie ook