That looks... complex
Here's an interesting explanation of how the increment/decrement operators work in C#. It takes a bit to explain what actually happens when you enter: x += x++;
Here's an interesting explanation of how the increment/decrement operators work in C#. It takes a bit to explain what actually happens when you enter: x += x++;