IronPython.Compiler.PythonDynamicExpressionN.PythonDynamicExpressionN C# (CSharp) Method

PythonDynamicExpressionN() public method

public PythonDynamicExpressionN ( System.Runtime.CompilerServices.CallSiteBinder binder, CompilationMode mode, IList args ) : System.Linq.Expressions
binder System.Runtime.CompilerServices.CallSiteBinder
mode CompilationMode
args IList
return System.Linq.Expressions
        public PythonDynamicExpressionN(CallSiteBinder/*!*/ binder, CompilationMode/*!*/ mode, IList<Expression>/*!*/ args)
            : base(binder, typeof(object), args) {
            _mode = mode;
        }