Skip to content

Commit 34534f6

Browse files
author
Sébastien Geiser
committed
Refactoring
1 parent a65b915 commit 34534f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CodingSeb.ExpressionEvaluator/ExpressionEvaluator.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2714,6 +2714,8 @@ public string RemoveComments(string scriptWithComments)
27142714

27152715
#region Utils methods for parsing and interpretation
27162716

2717+
protected delegate bool ParsingMethodDelegate(string expression, Stack<object> stack, ref int i);
2718+
27172719
protected delegate dynamic InternalDelegate(params dynamic[] args);
27182720

27192721
protected virtual bool GetLambdaExpression(string expression, Stack<object> stack)

0 commit comments

Comments
 (0)