prog.cs(8,29): error CS0246: The type or namespace name `Tuple' could not be found. Are you missing a using directive or an assembly reference?
prog.cs(8,9): error CS0825: The contextual keyword `var' may only appear within a local variable declaration
prog.cs(10,9): error CS0841: A local variable `list' cannot be used before it is declared
prog.cs(11,9): error CS0841: A local variable `list' cannot be used before it is declared
prog.cs(12,9): error CS0841: A local variable `list' cannot be used before it is declared
prog.cs(13,9): error CS0841: A local variable `list' cannot be used before it is declared
prog.cs(14,9): error CS0841: A local variable `list' cannot be used before it is declared
prog.cs(16,9): error CS0841: A local variable `list' cannot be used before it is declared
prog.cs(18,27): error CS0841: A local variable `list' cannot be used before it is declared
Compilation failed: 9 error(s), 0 warnings