Iterate over a Dictionary in C#

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024
  • НаукаНаука

Комментарии • 2

  • @mikaelmanninen9128
    @mikaelmanninen9128 9 месяцев назад

    Thank you for this

  • @ab_obada5012
    @ab_obada5012 День назад

    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