I am currently trying to write extensions to ...Dynamic Linq.... For that I need to add a method signature to the ...IEnumerableSignatures... interface located in the internal class ...ExpressionParser.... ...internal class ExpressionParser
{
interfac...