Click or drag to resize
KeyValuePairTKey, TValueToString Method

Namespace: System.Collections.Generic
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public override string ToString()

Return Value

Type: String
A string representation of the KeyValuePairTKey, TValue, which includes the string representations of the key and value.
See Also