Method | Description | |
---|---|---|
AddInstructions ( Microsoft.Scripting.Interpreter.LightCompiler compiler ) : void | ||
DynamicGetMemberExpression ( IronPython.Runtime.Binding.PythonGetMemberBinder binder, CompilationMode mode, System.Linq.Expressions target, System.Linq.Expressions codeContext ) : System | ||
Reduce ( ) : |
public AddInstructions ( Microsoft.Scripting.Interpreter.LightCompiler compiler ) : void | ||
compiler | Microsoft.Scripting.Interpreter.LightCompiler | |
return | void |
public DynamicGetMemberExpression ( IronPython.Runtime.Binding.PythonGetMemberBinder binder, CompilationMode mode, System.Linq.Expressions target, System.Linq.Expressions codeContext ) : System | ||
binder | IronPython.Runtime.Binding.PythonGetMemberBinder | |
mode | CompilationMode | |
target | System.Linq.Expressions | |
codeContext | System.Linq.Expressions | |
return | System |