This folder contains delegates examples.
- Action shows how to use System.Action and System.Collection.Generic.List.ForEach.
- Action1 shows how to use System.Action.
- Action2 shows how to use System.Action.
- Action3 shows how to use System.Action.
To build this project, open "Terminal" and type following lines:
mkdir build && cd build
cmake ..
start Delegates.sln
Select any project and type Ctrl+F5 to build and run it.