Math-Expression-Evaluator icon indicating copy to clipboard operation
Math-Expression-Evaluator copied to clipboard

[Feature Request] Make ExpressionEvaluator.Evaluate(expression, dictionary) public

Open akinsgre opened this issue 7 years ago • 1 comments

It would be helpful for me, dynamically creating a list of variables, to simply pass a Dictionary

akinsgre avatar Jun 06 '18 14:06 akinsgre

I would like to dynamically create a list of variable to pass at runtime. It's straight-forward to use a Dictionary as an argument, and that method is available, but is private.

Please make it public.. pull request forthcoming

Commentary from my stackoverflow question looking for more information is here https://stackoverflow.com/questions/50722680/methods-for-dynamically-creating-an-array-in-c-sharp/50723073?noredirect=1#comment88454881_50723073

akinsgre avatar Jun 06 '18 14:06 akinsgre