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;
        }