Learn generic delegates in c#:
Type of generic delegates as follows.
Func:
whenever the method returns result then we can use Func delegate.there are 16 input parameter and one output parameter.
Action :
Whenever the method is non return type then we can use Action delegate.we can pass up to 1 to 16 input parameter.
Predicate:
Whenever the method is returned as bool result. then we can go with predicate delegate.
Related Video link: https://www.youtube.com/watch?v=xbIgPwaAwjQ&index=0&list=PLw7-vJgxUfU-venOyZU-YxU3i8I1rdkHa
https://www.youtube.com/watch?v=yu63SSNY5sQ&index=1&list=PLw7-vJgxUfU-venOyZU-YxU3i8I1rdkHa
https://www.youtube.com/watch?v=aedwpjcBDCU&t=207s
https://www.youtube.com/watch?v=SM5tNdVmgqM&t=15s
Visit More detail Website:
https://www.programmingwithshri.com/
Download
0 formats
No download links available.
Generic Delegate In C# | Func, Action,Predicate Delegate | (C# Tutorials) In 2018 | NatokHD