System::Collections::Generic::KeyValuePair::ToString 方法

KeyValuePair::ToString method

将键值对转换为字符串。

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

ReturnValue

String representation of key-value type.

另见