zspitz / ExpressionTreeToString

String representations of expression trees + library of expression tree objects
MIT License
151 stars 12 forks source link

Update examples in README #77

Closed amir734jj closed 3 years ago

amir734jj commented 3 years ago

Language or second parameter is needed for these two examples. Otherwise we get the following error. Using C# as the language ensures that the output matches the examples.

Unhandled exception. System.ArgumentException: Invalid language
zspitz commented 3 years ago

Thanks.