Line-seperated list from KeyValuePair
I have a
[Key]: [Value]
[Key]: [Value]
[Key]: [Value]
How could I do that?
KeyValuePair<string, string>, and I would like to make a line-separated list like the following:[Key]: [Value]
[Key]: [Value]
[Key]: [Value]
How could I do that?