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

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

public InScope ( ) : Scope
Результат Scope
            public Scope InScope() {
                return new Scope(new List<Utils.StoreEntry>(), this.esp_pos,
                                 new List<Utils.StoreEntry>(), this.func,
                                 new List<Utils.StoreEntry>(),
                                 new List<Utils.StoreEntry>());
            }