CodeMazeGuides
CodeMazeGuides copied to clipboard
Implementation of examples for how to use Action, Func delegate types in C#
Implementation of examples for how to use Action, Func delegate types in C#. Includes examples for:
- Action delegate without parameter
- Action delegate with a parameter
- Func delegate with a parameter
- LINQ/ Where & Select use cases
- Added tests