Iterate over a Dictionary in C#

preview_player
Показать описание
Do you have a programming question about C# or .NET that you would like answered?
Add it as a comment below and I try to answer them all!

Рекомендации по теме
Комментарии
Автор

Why I can't use Dictionary instead of KeyValuePair to iterate them?. What I know if I want to iterate smth like int array or string array I must use the same type to iterate them even with classes

ab_obada