ClrCoder
-
- 975 total downloads
- last updated 1/5/2020
- Latest version: 0.1.0
Add to the *.cs file header: using static ClrPro.ESharp; And use: Using(new MyScopeExtension()).Do(s=>{ Console.WriteLine(s.ToString());}) var myAction = Y(()=>return 10); // myAction... More information -
- 783 total downloads
- last updated 1/5/2020
- Latest version: 0.1.0
ICloseable, IAsyncCloseable provides clear semantic of a lifetime. IRuntimeEnvironment provides exception handling policy injection.