Contenido del Curso
Advanced C# with .NET
Advanced C# with .NET
1. Introduction to Desktop Development with .NET
Task - 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?
¡Gracias por tus comentarios!
Sección 2. Capítulo 2