ABT.Env2.LocalSymbolTable.LocalSymbolTable C# (CSharp) Method

LocalSymbolTable() public method

public LocalSymbolTable ( ImmutableList typeDefs, ImmutableList enums, ImmutableList frameObjects ) : System
typeDefs ImmutableList
enums ImmutableList
frameObjects ImmutableList
return System
            public LocalSymbolTable(ImmutableList<TypeEntry> typeDefs, ImmutableList<EnumEntry> enums, ImmutableList<FrameObjectEntry> frameObjects)
                : base(typeDefs, enums) {
                this.FrameObjects = frameObjects;
            }

Same methods

Env2.LocalSymbolTable::LocalSymbolTable ( ) : System
Env2.LocalSymbolTable