Info
Version: | 1.1.3 |
Author(s): | Vitalii Fedorchenko |
Last Update: | Friday, July 12, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/nreco/lambdaparser |
NuGet Url: | https://www.nuget.org/packages/NReco.LambdaParser |
Install
Install-Package NReco.LambdaParser
dotnet add package NReco.LambdaParser
paket add NReco.LambdaParser
NReco.LambdaParser Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
No dependencies.
- NETStandard.Library(>= 1.6.0)
- System.Reflection.TypeExtensions(>= 4.1.0)
No dependencies.
Tags
Builds LINQ expression tree and compiles it to lambda delegate with full support of dynamically typed variables.
Source code and examples: https://github.com/nreco/lambdaparser.