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>());
            }