lipkau / PsIni

Work with INI files in PowerShell using hashtables
http://lipkau.github.io/PsIni
MIT License
151 stars 50 forks source link

Fix accessing dictionary keys #36

Closed SeverinLeonhardt closed 6 years ago

SeverinLeonhardt commented 6 years ago

When the dictionary contains an entry with the key 'keys' accessing the property .keys will not return the keys of the dictionary but the value associated with the key 'keys'.

lipkau commented 6 years ago

Thank you for this :-)