With real examples and their use, can someone please help me understand:
- When do we need a
Func<T, ..>
delegate? - When do we need an
Action<T>
delegate? - When do we need a
Predicate<T>
delegate?
With real examples and their use, can someone please help me understand:
Func<T, ..>
delegate?Action<T>
delegate?Predicate<T>
delegate?