Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

how to print dictionary in c#

dict.Select(i => $"{i.Key}: {i.Value}").ToList().ForEach(Console.WriteLine);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #print #dictionary
ADD COMMENT
Topic
Name
4+8 =