Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 461 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 461 Bytes

Sturla.io.Func

Demo code for a blog post about Func. Just a short demonstration about how you can use Func<>

Part of a blog post about delegates and Func

I'm going to use these examples in a blog post on my blog sturla.io.

How to run

I started using console apps with the need to set the console project as a start program and then run (F5). But I'm going to change this to be runnable from unittest projects. That will come!