v2.4.12
·
208 commits
to master
since this release
Download the library here
PATCH
- ADDED:
DynamicMemberNames
to get the list of member used for ExpandoObject
Example
var context = new EvalContext();
context.IncludeMemberFromAllParameters = true;
context.Compile<Func<Person, ExpandoObject, bool>>("Name == null && Children == 2 && DateOfPay.Year == 2003");
var dynamicMemberNames = context.DynamicMemberNames;
Trial unlocked for the current month (January)