IronPython.Compiler.PythonGlobalInstruction.PythonGlobalInstruction C# (CSharp) Метод

PythonGlobalInstruction() публичный Метод

public PythonGlobalInstruction ( IronPython.Compiler.PythonGlobal global ) : System.Linq.Expressions
global IronPython.Compiler.PythonGlobal
Результат System.Linq.Expressions
        public PythonGlobalInstruction(PythonGlobal global) {
            _global = global;
        }