using System.Collections.Generic;
public static void Main()
var list = new List<int>() { 1, 2, 3, 4 };
var context = new EvalContext();
bool GreaterThan(this int x, int y)
list = context.Execute<List<int>>("list.Where(x => x.GreaterThan(greaterThan))", new { list, greaterThan });
FiddleHelper.WriteTable(list);