- ExTree converts MSIL to LINQ expressions, allowing any method to be converted to [Expression Tree](https://learn.microsoft.com/en-us/dotnet/api/system.linq.expressions) **dynamically in runtime**. The library exposes `ExpressionTree.Parse(...)` with several overloads, accepting a `Func<>`, `Delegate` and `MethodInfo`. Nuget: <sub>[](https://www.nuget.org/packages/Streamx.Linq.ExTree)</sub>
0 commit comments