prog.cs(11,42): error CS0123: A method or delegate `Articulos.Cap03.DelegadosFirmaMetodos.Sumar(int, int)' parameters do not match delegate `Articulos.Cap03.DelegadosFirmaMetodos.Operacion(double, double)' parameters
prog.cs(7,40): (Location of the symbol related to previous error)
prog.cs(14,28): (Location of the symbol related to previous error)
Compilation failed: 1 error(s), 0 warnings
Standard output is empty
Intento de asignar un método no compatible a un delegado con firma diferente en C#.