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

DynamicExpression4() приватный Метод

private DynamicExpression4 ( Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder, Expression arg0, Expression arg1, Expression arg2, Expression arg3 ) : System
delegateType System.Type
binder System.Runtime.CompilerServices.CallSiteBinder
arg0 Expression
arg1 Expression
arg2 Expression
arg3 Expression
Результат System
        internal DynamicExpression4(Type delegateType, CallSiteBinder binder, Expression arg0, Expression arg1, Expression arg2, Expression arg3)
            : base(delegateType, binder)
        {
            _arg0 = arg0;
            _arg1 = arg1;
            _arg2 = arg2;
            _arg3 = arg3;
        }