In some languages (such as PHP, Haskell, or Scala), you can assign multiple variables from tuples in a way that resembles the following pseudocode:
list(stri
No this is not supported in C#, although others have suggested adding a feature like this (here and here).
It is supported by F#, however:
let (f, b) = ("foo", "bar")