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

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

public Scope ( ) : System
Результат System
            public Scope()
                : this(new List<Utils.StoreEntry>(),
                       0,
                       new List<Utils.StoreEntry>(),
                       new EmptyFunctionType(),
                       new List<Utils.StoreEntry>(),
                       new List<Utils.StoreEntry>()) {}

Same methods

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