prog.cs(19,25): error CS0121: The call is ambiguous between the following methods or properties: `Articulos.Ch03.MultiplesParametros2Sobrecarga.Metodo(int, double)' and `Articulos.Ch03.MultiplesParametros2Sobrecarga.Metodo(double, int)'
prog.cs(7,36): (Location of the symbol related to previous error)
prog.cs(12,36): (Location of the symbol related to previous error)
Compilation failed: 1 error(s), 0 warnings
Standard output is empty
Demostración de métodos sobrecargados ambiguos en C#.