Friday, April 19, 2024 09:49

Archive for the ‘Delegates, Lambda Expressions, Events’ Category

Delegates

Thursday, January 9th, 2020

You already know from the lesson methods and functions and parameters that you can create methods that accept a number of parameters of different types. But what if you would want to send a method itself as a parameter to another method?… Read more


Follow the white rabbit