Back to basics: Pre-Increment and Post-Increment in C#
In C#, you can put the increment ( ) and decrement ( — ) operators either before or after a variable. Placing an operator before a variable is called a prefix (pre-increment) and using an operator after a variable is called a post-increment (post-inc...
mbarkt3sto.hashnode.dev2 min read