Day 1: Action, Func and Predicate Delegate in C#
Hello Friends, In today's article, I will explain about Action, Func and Predicate delegates in C# with simple examples.
Action delegate
An Action delegate in C# is used to represent a method that performs an action but does not return a value. It ca...
sarjunan.hashnode.dev3 min read