Info
Version: | 1.0.12 |
Author(s): | Vitalii Fedorchenko |
Last Update: | Wednesday, July 8, 2020 |
.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.