We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f6b69 commit b0538d1Copy full SHA for b0538d1
README.md
@@ -62,7 +62,7 @@ _Extension Methods_
62
```csharp
63
// using Z.Expressions; // Don't forget to include this.
64
string s = "X + Y";
65
-int result = s.Eval<int>(new { X = 1, Y = 2 });
+int result = s.Execute<int>(new { X = 1, Y = 2 });
66
```
67
**[Learn more](https://github.com/zzzprojects/Eval-Expression.NET/wiki/Eval-Execute)**
68
0 commit comments