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

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

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