c# dictionary cannot change key/value when use foreach
If you need to change dictionary keys, it can be solved with the help of another dictionary with the same keys. Iterate this one and change this.
If you need to change dictionary keys, it can be solved with the help of another dictionary with the same keys. Iterate this one and change this.