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

PythonLightThrowGlobalInstruction() public method

public PythonLightThrowGlobalInstruction ( IronPython.Compiler.PythonGlobal global ) : System.Linq.Expressions
global IronPython.Compiler.PythonGlobal
return System.Linq.Expressions
        public PythonLightThrowGlobalInstruction(PythonGlobal global) : base(global) {
        }
PythonLightThrowGlobalInstruction