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

DynamicExpressionN() private method

private DynamicExpressionN ( Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder, IReadOnlyList arguments ) : System
delegateType System.Type
binder System.Runtime.CompilerServices.CallSiteBinder
arguments IReadOnlyList
return System
        internal DynamicExpressionN(Type delegateType, CallSiteBinder binder, IReadOnlyList<Expression> arguments)
            : base(delegateType, binder)
        {
            _arguments = arguments;
        }