System.Linq.Expressions.MethodCallExpression.MethodCallExpression C# (CSharp) Method

MethodCallExpression() private method

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