ABT.Env.Scope.SetCurrentFunction C# (CSharp) Метод

SetCurrentFunction() публичный метод

public SetCurrentFunction ( FunctionType type ) : Scope
type FunctionType
Результат Scope
            public Scope SetCurrentFunction(FunctionType type) {
                return new Scope(this.locals, this.esp_pos, this.globals,
                    type, this.typedefs, this.enums
                );
            }