aloneguid / config

⚙ Config.Net - the easiest configuration framework for .NET developers. No BS.
MIT License
641 stars 85 forks source link

is it possible to iterate through keys and values? #111

Open jfayre opened 3 years ago

jfayre commented 3 years ago

Hello, I'm looking at this library for use in my project. In looking at the examples, I don't see a way of iterating through the keys and values in a particular section of an ini file. In my project, I need to run through a section of an ini file with hotkey definitions and define them. I want to do this using a foreach loop. I'm very new to c#, so it's entirely possible I'm missing something. Thanks!