ABT.Env.Scope.InScope C# (CSharp) Method

InScope() public method

public InScope ( ) : Scope
return 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>());
            }