C#C
C#4y ago
Bujju

Line-seperated list from KeyValuePair

I have a 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?
Was this page helpful?