Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Task - Defining Delegates | Interactive GUI
Advanced C# with .NET
course content

Contenido del Curso

Advanced C# with .NET

Advanced C# with .NET

1. Introduction to Desktop Development with .NET
2. Interactive GUI
3. Threading
4. Generics & Reflection

bookTask - Defining Delegates

You can download the base code by cloning the Github Repository.

Your task is to define a delegate type called Operation, which can refer to the methods that have the same signature as the max and avg methods.

¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 2. Capítulo 2
some-alt