System.Linq.Expressions.MethodCallExpression2.MethodCallExpression2 C# (CSharp) Method

MethodCallExpression2() public method

public MethodCallExpression2 ( MethodInfo method, Expression arg0, Expression arg1 ) : System.Collections.Generic
method System.Reflection.MethodInfo
arg0 Expression
arg1 Expression
return System.Collections.Generic
        public MethodCallExpression2(MethodInfo method, Expression arg0, Expression arg1)
            : base(method)
        {
            _arg0 = arg0;
            _arg1 = arg1;
        }