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

Scope() приватный Метод

private Scope ( Scope other ) : System
other Scope
Результат System
            private Scope(Scope other)
                : this(new List<Utils.StoreEntry>(other.locals),
                       other.esp_pos,
                       new List<Utils.StoreEntry>(other.globals),
                       other.func,
                       new List<Utils.StoreEntry>(other.typedefs),
                       new List<Utils.StoreEntry>(other.enums)) {}

Same methods

Env.Scope::Scope ( ) : System
Env.Scope::Scope ( List stack_entries, Int32 stack_offset, List global_entries, FunctionType curr_func, List typedef_entries, List enum_entries ) : System