ABT.Env.Scope.InScope C# (CSharp) Méthode

InScope() public méthode

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