sklose / NCalc2

expression evaluator for .NET with built-in compiler
MIT License
171 stars 57 forks source link

Code cleanup #100

Closed Bykiev closed 8 months ago

Bykiev commented 8 months ago

Mark unused variables ParametersBackup and ParameterEnumerators with obsolete attribute. These properties will be removed in the next minor update.

Bykiev commented 8 months ago

@david-brink-talogy, can you please review?