typesafedev / HelloDelegate

Demo Func<T, bool> delegate cannot be passed where Predicate<T> is expected
The Unlicense
0 stars 0 forks source link

HelloDelegate

Demo Func<T, bool> delegate cannot be passed where Predicate<T> is expected

Also demo scaffolding new visual solution and project using dotnet

mkdir HelloDelegate

cd HelloDelegate

dotnet console

git init .

dotnet new sln

dotnet sln HelloDelegate.sln add HelloDelegate.csproj ...