A C# implementation of the With..EndWith statement that is featured in some other languages such as VB using extension methods and Lambda expressions.
Info
Version: | 1.0.1 |
Author(s): | Chris Dexter |
Last Update: | Wednesday, August 12, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/the-dext/CSharpWith |
NuGet Url: | https://www.nuget.org/packages/CSharpWith |
Install
Install-Package CSharpWith
dotnet add package CSharpWith
paket add CSharpWith
CSharpWith Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)