gsharp
Resultados
1
preguntas formuladas por
gsharp
El tipo predefinido 'System.ValueTuple´2´ no está definido ni importado
10
respuestas
431
votos
143.2k
vistas
Instalé Visual Studio 15 Preview 3 e intenté usar la nueva función de tupla static void Main(string[] args) { var x = DoSomething(); Console.WriteLine(x.x); } static (int x, int y)