Math-Expression-Evaluator
                                
                                
                                
                                    Math-Expression-Evaluator copied to clipboard
                            
                            
                            
                        [Feature Request] Make ExpressionEvaluator.Evaluate(expression, dictionary) public
It would be helpful for me, dynamically creating a list of variables, to simply pass a Dictionary
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