Func, Action and Predicate are predefined generic delegates which are included with .NET framework. Func refer method which always return a value, Action always refer a method which donââ¬â¢t return value and predicate which always take one argument and return always bool type value.
View Complete Post