Will this always print elements in the same order on all platforms?
foreach (var el in multidimArray) Console.WriteLine(el);
I'm looking for a quote from the specifications or anything official.
Will this always print elements in the same order on all platforms?
foreach (var el in multidimArray) Console.WriteLine(el);
I'm looking for a quote from the specifications or anything official.