IronPython.Compiler.CompilationMode.GetGlobal C# (CSharp) Method

GetGlobal() public abstract method

public abstract GetGlobal ( System.Linq.Expressions globalContext, int arrayIndex, PythonVariable variable, IronPython.Compiler.PythonGlobal global ) : Expression
globalContext System.Linq.Expressions
arrayIndex int
variable IronPython.Compiler.Ast.PythonVariable
global IronPython.Compiler.PythonGlobal
return System.Linq.Expressions.Expression
        public abstract MSAst.Expression GetGlobal(MSAst.Expression globalContext, int arrayIndex, PythonVariable variable, PythonGlobal global);