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

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

public MethodCallExpressionN ( MethodInfo method, IReadOnlyList args ) : System.Collections.Generic
method System.Reflection.MethodInfo
args IReadOnlyList
Результат System.Collections.Generic
        public MethodCallExpressionN(MethodInfo method, IReadOnlyList<Expression> args)
            : base(method)
        {
            _arguments = args;
        }