Hi!
Could you create a convenient way of adding my custom static classes which I can use for dynamic parsing?
I've used for System.Dynamic.Linq this way https://stackoverflow.com/a/18313782. It uses Reflection. So it's not convenient.
I hope you can explain me how can I do it in System.Linq.Dynamic.Core.
Thank you in advance!
Hi!
Could you create a convenient way of adding my custom static classes which I can use for dynamic parsing?
I've used for System.Dynamic.Linq this way https://stackoverflow.com/a/18313782. It uses Reflection. So it's not convenient.
I hope you can explain me how can I do it in System.Linq.Dynamic.Core.
Thank you in advance!