System.Linq.Expressions.MethodCallExpression.MethodCallExpression C# (CSharp) 메소드

MethodCallExpression() 개인적인 메소드

private MethodCallExpression ( MethodInfo method ) : System.Collections.Generic
method System.Reflection.MethodInfo
리턴 System.Collections.Generic
        internal MethodCallExpression(MethodInfo method)
        {
            Method = method;
        }