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

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

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