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

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

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