System.Linq.Expressions.MethodCallExpression4.MethodCallExpression4 C# (CSharp) Метод

MethodCallExpression4() публичный Метод

public MethodCallExpression4 ( MethodInfo method, Expression arg0, Expression arg1, Expression arg2, Expression arg3 ) : System.Collections.Generic
method System.Reflection.MethodInfo
arg0 Expression
arg1 Expression
arg2 Expression
arg3 Expression
Результат System.Collections.Generic
        public MethodCallExpression4(MethodInfo method, Expression arg0, Expression arg1, Expression arg2, Expression arg3)
            : base(method)
        {
            _arg0 = arg0;
            _arg1 = arg1;
            _arg2 = arg2;
            _arg3 = arg3;
        }