KeyValuePairTKey, TValueToString Method |
Namespace: System.Collections.GenericAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public override string ToString()
Return Value
Type:
StringA string representation of the
KeyValuePairTKey, TValue, which includes the string representations of the key and value.
See Also