Are parameters evaluated in order when they passed into a method?
For Java it\'s always true, for C it isn\'t, but what is the answer for C#?
Sample
From the language specification:
During the run-time processing of a function member invocation, the expressions or variable references of an argument list are evaluated in order, from left to right.