File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ _Extension Methods_
6161string s = " X + Y" ;
6262int result = s .Execute <int >(new { X = 1 , Y = 2 });
6363```
64- ** [ Learn more] ( https://github.com/zzzprojects/Eval-Expression.NET/wiki/Eval-Execute ) **
64+ ** [ Learn more] ( https://eval-expression.net/eval-execute ) **
6565
6666## Eval.Compile
6767** Compile the code or expression and return a delegate.**
@@ -88,7 +88,7 @@ foreach(var item in list)
8888 int result = compiled (item .Value1 , item .Value2 );
8989}
9090```
91- ** [ Learn more] ( https://github.com/zzzprojects/Eval-Expression.NET/wiki/Eval-Compile ) **
91+ ** [ Learn more] https://eval-expression.net/eval-compile )**
9292
9393## What's supported?
9494Eval Expression.NET supports all C# Syntax:
@@ -105,8 +105,6 @@ You can even access C# 6.0 features even if you are using C# 4.0.
105105- typename
106106- null conditional member access
107107
108- ** [ Learn more] ( https://github.com/zzzprojects/Eval-Expression.NET/wiki/Syntax-Supported ) **
109-
110108## PRO
111109Every month, a new monthly trial of the PRO Version is available to let you evaluate all its features without limitations.
112110
You can’t perform that action at this time.
0 commit comments