Can I assign each value in an array to separate variables in one line in C#? Here\'s an example in Ruby code of what I want:
irb(main):001:0> str1, str2
I'm not sure if what I'm wanting is possible in C#.
It's not.