Hi there! Today we are going to talk about the Func and the Action in C#. We will see what each of them are and how to use them, through some examples.
Chapters:
00:00 : Action
02:25 : Func
06:21 : Passing Func & Action as parameters
09:13 : Lamdas
#csharp #func #action