Info
Version: | 2.1.2 |
Author(s): | Kendar.org |
Last Update: | Monday, January 25, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.kendar.org/?p=/dotnet/expressionsbuilder |
NuGet Url: | https://www.nuget.org/packages/ExpressionBuilder |
Install
Install-Package ExpressionBuilder
dotnet add package ExpressionBuilder
paket add ExpressionBuilder
ExpressionBuilder Download (Unzip the "nupkg" after downloading)
Dependencies
3 packages depend on this package.
Tags
The documentation can be found on http://www.kendar.org/?p=/dotnet/expressionsbuilder. No knowledge of IL and System.Linq.Expression is needed. And even Lambda can be called.
Available items are: Function parameters and Variables, Constants, String functions, Collections, Invocation of static and instance methods, If and While statements, Assignament, Conditions, Cast, New instance of arbitrary types.
For debugging purposes it's possible to generate the source code for the function just created.
Available on Github: https://github.com/kendarorg/ExpressionBuilder.