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

MethodCallExpression3() public method

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